added property to EntityAutocompletePickerOption
Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
This commit is contained in:
+1
@@ -40,6 +40,7 @@ export const EntityAutocompletePickerOption = memo((props: Props) => {
|
||||
<FormControlLabel
|
||||
control={<OptionCheckbox selected={selected} />}
|
||||
label={label}
|
||||
onClick={event => event.preventDefault()}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user