mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
make label optional on Autocomplete component since its already used without label
This commit is contained in:
@@ -8,7 +8,7 @@ import { ActionMeta, ValueType } from "react-select/lib/types";
|
||||
type Props = {
|
||||
loadSuggestions: (p: string) => Promise<SelectValue[]>;
|
||||
valueSelected: (p: SelectValue) => void;
|
||||
label: string;
|
||||
label?: string;
|
||||
helpText?: string;
|
||||
value?: SelectValue;
|
||||
placeholder: string;
|
||||
|
||||
Reference in New Issue
Block a user