Skip to content

Commit 23ecb12

Browse files
committed
fix not reloading manage grids if confirming import confirm dialog with "OK"
1 parent cc08332 commit 23ecb12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vue-components/modals/messageBox.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
this.resolve(button.value);
156156
}
157157
158+
// Call onClose callback if provided
159+
if (this.onCloseFn) {
160+
this.onCloseFn();
161+
}
162+
158163
// Close modal
159164
this.$emit('close');
160165
this.cleanup();

0 commit comments

Comments
 (0)