diff --git a/src/frontend/src/components/QueryAware.tsx b/src/frontend/src/components/QueryAware.tsx index 54946b56..98e8182a 100644 --- a/src/frontend/src/components/QueryAware.tsx +++ b/src/frontend/src/components/QueryAware.tsx @@ -13,7 +13,7 @@ export const QueryAware = ({ status, children, }: { - status: 'error' | 'pending' | 'success' + status: 'error' | 'idle' | 'pending' | 'success' children: React.ReactNode }) => { if (status === 'error') {