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

feat(UI): empty workspace view

This commit is contained in:
2021-07-18 16:10:36 +02:00
parent 6b725b1d40
commit e1855a262d
10 changed files with 662 additions and 47 deletions

View File

@ -321,7 +321,6 @@ export default {
await this.refreshStructure(this.connection.uid);
if (this.originalTrigger.name !== this.localTrigger.name) {
this.setUnsavedChanges(false);
const triggerName = this.customizations.triggerTableInName ? `${this.localTrigger.table}.${this.localTrigger.name}` : this.localTrigger.name;
const triggerOldName = this.customizations.triggerTableInName ? `${this.originalTrigger.table}.${this.originalTrigger.name}` : this.originalTrigger.name;