Browse Source

fix: undefined updated successfully msg

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1164/head
Wing-Kam Wong 2 years ago
parent
commit
e39821cbff
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue

2
packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue

@ -437,7 +437,7 @@ export default {
this.$emit('input', this.localState)
this.$emit('update:isNew', false)
this.$toast.success(`${this.primaryValue()} updated successfully.`, {
this.$toast.success(`${this.primaryValue() || "Row"} updated successfully.`, {
position: 'bottom-right'
}).goAway(3000)
} catch (e) {

Loading…
Cancel
Save