chore(promoted_attributes): address review

This commit is contained in:
Elian Doran
2025-11-23 16:28:57 +02:00
parent 320f064775
commit 7f909fa098
2 changed files with 3 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ function LabelInput({ inputId, ...props }: CellProps & { inputId: string }) {
setupTextLabelAutocomplete(el as HTMLInputElement, valueAttr, onChangeListener);
}
}
}, []);
}, [ inputId, valueAttr, onChangeListener ]);
switch (definition.labelType) {
case "number": {