Update comment.

This commit is contained in:
mike12345567 2025-02-14 17:30:39 +00:00
parent 3a4563a118
commit bc66f4b799
1 changed files with 1 additions and 1 deletions

View File

@ -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