removed .prevent from button
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<SMButton
|
||||
type="secondary"
|
||||
label="Change Password"
|
||||
@click.prevent="handleChangePassword" />
|
||||
@click="handleChangePassword" />
|
||||
<SMButton type="submit" label="Update" />
|
||||
</template>
|
||||
</SMFormFooter>
|
||||
|
||||
Reference in New Issue
Block a user