removed .prevent from button

This commit is contained in:
2023-02-26 19:14:03 +10:00
parent 56f786cd2b
commit 34a90bf218

View File

@@ -18,7 +18,7 @@
<SMButton
type="secondary"
label="Change Password"
@click.prevent="handleChangePassword" />
@click="handleChangePassword" />
<SMButton type="submit" label="Update" />
</template>
</SMFormFooter>