mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat(UI): auto-refresh schema at the end of the import process
This commit is contained in:
@ -120,6 +120,7 @@ export default {
|
|||||||
this.progressStatus = response;
|
this.progressStatus = response;
|
||||||
this.addNotification({ status: 'error', message: response });
|
this.addNotification({ status: 'error', message: response });
|
||||||
}
|
}
|
||||||
|
this.refreshSchema({ uid, schema: this.selectedSchema });
|
||||||
this.completed = true;
|
this.completed = true;
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
Reference in New Issue
Block a user