mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 09:58:12 +01:00
Fun picker improvements
This commit is contained in:
@@ -52,7 +52,7 @@ export function useInfiniteQuery<Query, Page>(
|
||||
const [edition, setEdition] = useState(0);
|
||||
const [state, setState] = useState<InfiniteQueryState<Query, Page>>({
|
||||
query: options.query,
|
||||
pending: false,
|
||||
pending: true,
|
||||
rejected: false,
|
||||
pages: [],
|
||||
hasNextPage: false,
|
||||
|
||||
Reference in New Issue
Block a user