Browse Source

fix(gui-v2): change v1 also for renaming table

pull/3117/head
Wing-Kam Wong 2 years ago
parent
commit
dee582a854
  1. 3
      packages/nc-gui/components/ProjectTreeView.vue

3
packages/nc-gui/components/ProjectTreeView.vue

@ -1431,7 +1431,8 @@ export default {
let item = cookie;
try {
await this.$api.dbTable.update(item.id, {
title,
project_id: this.projectId,
table_name: title,
});
} catch (e) {
this.$toast.error(await this._extractSdkResponseErrorMsg(e)).goAway(3000);

Loading…
Cancel
Save