Skip to content

Commit 5a6d2a4

Browse files
committed
fix(CellProperty): Fix InputCell reverting to previous name
1 parent 5642a13 commit 5a6d2a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/components/properties/CellProperty/InputCell

src/components/properties/CellProperty/InputCell/script.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ export default {
3030
error: false,
3131
};
3232
},
33+
watch: {
34+
value(val) {
35+
this.valueRep = val;
36+
},
37+
},
3338
methods: {
3439
onChange(value) {
3540
this.editing = true;

0 commit comments

Comments
 (0)