mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 02:36:16 -06:00
test domain perm subs
This commit is contained in:
parent
bb0395de08
commit
b8decec3e1
5 changed files with 106 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue