feat(UI): auto-refresh schema at the end of the import process

This commit is contained in:
Giulio Ganci 2022-03-06 19:54:32 +01:00
parent 3be826df4b
commit abf2b92e6e
1 changed files with 1 additions and 0 deletions

View File

@ -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) {