diff --git a/src/shared/components/ncTable/partials/rowTypePartials/NumberForm.vue b/src/shared/components/ncTable/partials/rowTypePartials/NumberForm.vue index b88f87104..4366b806c 100644 --- a/src/shared/components/ncTable/partials/rowTypePartials/NumberForm.vue +++ b/src/shared/components/ncTable/partials/rowTypePartials/NumberForm.vue @@ -73,7 +73,7 @@ export default { }, mounted() { - this.localValue = this.value + this.localValue = this.value ?? this.column.numberDefault }, methods: {