mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 23:59:59 +01:00
chore(promoted_attributes): address review
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user