mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Add HTTP header permission section to frontend (#2893)
* [feature] Add HTTP header filter section to frontend * tweak naming a bit
This commit is contained in:
@ -33,7 +33,7 @@ export interface PageableListProps<T> {
|
||||
isFetching: boolean;
|
||||
isError: boolean;
|
||||
error: FetchBaseQueryError | SerializedError | undefined;
|
||||
emptyMessage: string;
|
||||
emptyMessage: ReactNode;
|
||||
prevNextLinks?: Links | null | undefined;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user