user dialog: update state of button

This commit is contained in:
Girish Ramakrishnan
2026-01-13 22:30:20 +01:00
parent 60032c186d
commit e9e28ae26a
+2
View File
@@ -209,6 +209,8 @@ defineExpose({
imagePicker.value.reset();
dialog.value.open();
setTimeout(validateForm, 100); // update state of the confirm button
}
});