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

fix: issues with trigger temp tabs

This commit is contained in:
2021-07-17 16:09:57 +02:00
parent f6faad98f8
commit 6b725b1d40
3 changed files with 20 additions and 12 deletions

View File

@ -310,7 +310,13 @@ export default {
trigger: 'trigger-props'
};
this.newTab({ uid: this.connection.uid, elementName: misc.name, schema: this.database.name, type: miscTabs[type], elementType: type });
this.newTab({
uid: this.connection.uid,
elementName: misc.name,
schema: this.database.name,
type: miscTabs[type],
elementType: type
});
this.setBreadcrumbs({ schema, [type]: misc.name });
},
showSchemaContext (event, schema) {