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

fix: reload twice after element rename

This commit is contained in:
2021-07-21 18:50:22 +02:00
parent c41e059b0b
commit 1e543aa6b0
10 changed files with 14 additions and 1103 deletions

View File

@ -454,8 +454,8 @@ export default {
this.changeBreadcrumbs({ schema: this.schema, table: this.localOptions.name });
}
this.getFieldsData();
else
this.getFieldsData();
}
else
this.addNotification({ status: 'error', message: response });