fix: formData

pull/86/head
xingyu4j 2025-04-29 22:33:11 +08:00
parent 0dacc08c2b
commit 3e6a23db16
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const [Modal, modalApi] = useVbenModal({
},
async onOpenChange(isOpen: boolean) {
if (!isOpen) {
formApi.resetForm();
formData.value = undefined;
return;
}
//