diff --git a/packages/nc-gui/components/project/Table.vue b/packages/nc-gui/components/project/Table.vue index 62b7f88e22..266a800f93 100644 --- a/packages/nc-gui/components/project/Table.vue +++ b/packages/nc-gui/components/project/Table.vue @@ -143,6 +143,7 @@ export default { key: this.deleteId, value: null }) + this.$toast.info(`Deleted table ${this.nodes.table_name} successfully`).goAway(3000) } catch (e) { const msg = await this._extractSdkResponseErrorMsg(e) this.$toast.error(msg).goAway(3000)