Update comment.
This commit is contained in:
parent
3a4563a118
commit
bc66f4b799
|
@ -88,7 +88,7 @@
|
|||
|
||||
const updateLabel = (e: any) => {
|
||||
if (touched) {
|
||||
// @ts-expect-error updateProp doesn't appear to exist, needs investigation
|
||||
// @ts-expect-error and TODO updateProp isn't recognised - need builder TS conversion
|
||||
builderStore.actions.updateProp("label", e.target.textContent)
|
||||
}
|
||||
touched = false
|
||||
|
|
Loading…
Reference in New Issue