fix(Dialog): Dialog.close not work
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ Dialog.confirm = (options) =>
|
||||
|
||||
Dialog.close = () => {
|
||||
if (instance) {
|
||||
instance.value = false;
|
||||
instance.toggle(false);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user