Update comment.
This commit is contained in:
parent
3a4563a118
commit
bc66f4b799
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
const updateLabel = (e: any) => {
|
const updateLabel = (e: any) => {
|
||||||
if (touched) {
|
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)
|
builderStore.actions.updateProp("label", e.target.textContent)
|
||||||
}
|
}
|
||||||
touched = false
|
touched = false
|
||||||
|
|
Loading…
Reference in New Issue