fix: remove resetForm from onSuccess to prevent validation flash in dialogs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -84,7 +84,6 @@ function onSubmit() {
|
||||
const onSuccess = () => {
|
||||
modelValue.value = false
|
||||
emit('saved')
|
||||
resetForm()
|
||||
}
|
||||
|
||||
const onError = (err: any) => {
|
||||
|
||||
Reference in New Issue
Block a user