diff --git a/apps/vue/src/components/Table/src/components/editable/EditableCell.vue b/apps/vue/src/components/Table/src/components/editable/EditableCell.vue index 9533564a0..975a900d0 100644 --- a/apps/vue/src/components/Table/src/components/editable/EditableCell.vue +++ b/apps/vue/src/components/Table/src/components/editable/EditableCell.vue @@ -404,9 +404,8 @@ column: this.column, index: this.index, }) - : this.getValues - ? this.getValues - : '\u00A0'} + : (this.getValues ?? "\u00A0") + } {!this.column.editRow && }