diff --git a/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue b/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue index 0eb75de401..489bed13c8 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue +++ b/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) { diff --git a/packages/nc-gui/components/project/spreadsheet/views/xcGridView.vue b/packages/nc-gui/components/project/spreadsheet/views/xcGridView.vue index fd5f9ce4e7..379d40f0d5 100644 --- a/packages/nc-gui/components/project/spreadsheet/views/xcGridView.vue +++ b/packages/nc-gui/components/project/spreadsheet/views/xcGridView.vue @@ -237,7 +237,7 @@ /> - +