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