B8e23 submission list UI fixes (#426)
* fix password reset bug * fix vSwitch component, column toggle, table ordering
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user