test domain perm subs

This commit is contained in:
tobi 2025-01-06 12:30:18 +01:00
commit b8decec3e1
5 changed files with 106 additions and 17 deletions

View file

@ -30,7 +30,7 @@ export interface PageableListProps<T> {
items?: T[];
itemToEntry: (_item: T) => ReactNode;
isLoading: boolean;
isFetching: boolean;
isFetching?: boolean;
isError: boolean;
error: FetchBaseQueryError | SerializedError | undefined;
emptyMessage: ReactNode;