From abf2b92e6e66b6668e698c5addf4e3c00ae5157b Mon Sep 17 00:00:00 2001 From: Giulio Ganci Date: Sun, 6 Mar 2022 19:54:32 +0100 Subject: [PATCH] feat(UI): auto-refresh schema at the end of the import process --- src/renderer/components/ModalImportSchema.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/ModalImportSchema.vue b/src/renderer/components/ModalImportSchema.vue index 7fb715c5..e6886f30 100644 --- a/src/renderer/components/ModalImportSchema.vue +++ b/src/renderer/components/ModalImportSchema.vue @@ -120,6 +120,7 @@ export default { this.progressStatus = response; this.addNotification({ status: 'error', message: response }); } + this.refreshSchema({ uid, schema: this.selectedSchema }); this.completed = true; } catch (err) {