Skip to content

Commit

Permalink
fix: ensure default value shows as filled
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jul 2, 2024
1 parent 0002099 commit 0948d0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
},
mounted() {
this.localValue = this.value
this.localValue = this.value ?? this.column.numberDefault
},
methods: {
Expand Down

0 comments on commit 0948d0f

Please sign in to comment.