fix: Show spinner while loading library components (#1331)
This commit is contained in:
@@ -137,7 +137,7 @@ export const useContentSearchResults = ({
|
||||
blockTypes: pages?.[0]?.blockTypes ?? {},
|
||||
problemTypes: pages?.[0]?.problemTypes ?? {},
|
||||
status: query.status,
|
||||
isFetching: query.isFetching,
|
||||
isLoading: query.isLoading,
|
||||
isError: query.isError,
|
||||
isFetchingNextPage: query.isFetchingNextPage,
|
||||
// Call this to load more pages. We include some "safety" features recommended by the docs: this should never be
|
||||
|
||||
Reference in New Issue
Block a user