mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Resolve editor/type warnings (#7687)
* resolve editor/type warnings * dont rename props
This commit is contained in:
@@ -92,7 +92,7 @@ export function useGroupable(options?: GroupableOptions): UsableGroupable {
|
||||
}
|
||||
|
||||
type GroupableParentState = {
|
||||
selection?: Ref<(string | number)[]> | Ref<readonly (string | number)[]>;
|
||||
selection?: Ref<(string | number)[] | undefined> | Ref<readonly (string | number)[] | undefined>;
|
||||
onSelectionChange?: (newSelectionValues: readonly (string | number)[]) => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user