Browse Source

fix: show lookup cell after creation

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/679/head
Pranav C 3 years ago
parent
commit
f38bac37ae
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/editColumn/lookupOptions.vue

2
packages/nc-gui/components/project/spreadsheet/components/editColumn/lookupOptions.vue

@ -172,7 +172,7 @@ export default {
meta
}])
return this.$emit('saved', `${this.lookup.column._lcn} (from ${this.lookup.table._ltn})`)
return this.$emit('saved', this.alias)
} catch (e) {
this.$toast.error(e.message).goAway(3000)
}

Loading…
Cancel
Save