mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
fix element types
This commit is contained in:
@@ -7,7 +7,7 @@ import UserGroupAutocomplete from "./UserGroupAutocomplete";
|
||||
type Props = {
|
||||
userAutocompleteLink: string,
|
||||
valueSelected: SelectValue => void,
|
||||
value: string,
|
||||
value?: SelectValue,
|
||||
|
||||
// Context props
|
||||
t: string => string
|
||||
|
||||
Reference in New Issue
Block a user