B8e23 submission list UI fixes (#426)

* fix password reset bug

* fix vSwitch component, column toggle, table ordering
This commit is contained in:
Favour Olayinka
2024-05-29 10:00:27 +01:00
committed by GitHub
parent 289bdf93e0
commit f9dacd0a74
4 changed files with 14 additions and 10 deletions

View File

@@ -84,8 +84,8 @@ export default {
methods: {
async reset() {
const { data } = await this.form.post("/password/reset")
const data = await this.form.post("/password/reset")
this.status = data.status
this.form.reset()