aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/async/QueryOverlay.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/async/QueryOverlay.tsx')
-rw-r--r--frontend/src/components/async/QueryOverlay.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/async/QueryOverlay.tsx b/frontend/src/components/async/QueryOverlay.tsx
index 2a5848cf2..1672989ff 100644
--- a/frontend/src/components/async/QueryOverlay.tsx
+++ b/frontend/src/components/async/QueryOverlay.tsx
@@ -12,7 +12,7 @@ interface QueryOverlayProps {
const QueryOverlay: FunctionComponent<QueryOverlayProps> = ({
children,
global = false,
- result: { isLoading, isError, error },
+ result: { isLoading },
}) => {
return (
<LoadingProvider value={isLoading}>