mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: correct indentation for resetValidation call in UserDrawer.vue
This commit is contained in:
parent
c430e62475
commit
d1fd625972
|
|
@ -300,9 +300,9 @@ const open = (data: any) => {
|
|||
userManageApi.getSystemDefaultPassword().then((res: any) => {
|
||||
userForm.value.password = res.data.password
|
||||
})
|
||||
if (memberFormContentRef.value) {
|
||||
memberFormContentRef.value.resetValidation()
|
||||
}
|
||||
}
|
||||
if (memberFormContentRef.value) {
|
||||
memberFormContentRef.value.resetValidation()
|
||||
}
|
||||
|
||||
visible.value = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue