1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: improvements in explorebar events on tables

This commit is contained in:
2021-09-06 18:02:54 +02:00
parent 3fd26a0523
commit 6115eb9409
4 changed files with 97 additions and 135 deletions

View File

@ -250,6 +250,7 @@ export default {
});
this.removeTab({ uid: this.connection.uid, tab: this.tab.uid });
this.changeBreadcrumbs({ schema: this.schema, view: this.localView.name });
}
else
this.addNotification({ status: 'error', message: response });