mirror of https://github.com/Fabio286/antares.git
feat(UI): auto-refresh schema at the end of the import process
This commit is contained in:
parent
3be826df4b
commit
abf2b92e6e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue