fix element types

This commit is contained in:
Florian Scholdei
2019-06-12 09:27:26 +02:00
parent a1945b3f89
commit 5fd9408b58
5 changed files with 36 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ import UserGroupAutocomplete from "./UserGroupAutocomplete";
type Props = {
userAutocompleteLink: string,
valueSelected: SelectValue => void,
value: string,
value?: SelectValue,
// Context props
t: string => string