type fixes for React 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ export const GroupListPicker = (props: GroupListPickerProps) => {
|
||||
}, [catalogApi, groupTypes]);
|
||||
|
||||
const handleChange = useCallback(
|
||||
(_, v: GroupEntity | null) => {
|
||||
(_: unknown, v: GroupEntity | null) => {
|
||||
onChange(v ?? undefined);
|
||||
setAnchorEl(null);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user