diff --git a/ui/src/routes/query.lazy.tsx b/ui/src/routes/query.lazy.tsx index a4f7bd1..278b2b6 100644 --- a/ui/src/routes/query.lazy.tsx +++ b/ui/src/routes/query.lazy.tsx @@ -21,16 +21,7 @@ function Query() { queryFn: () => fetchQuery(code), }); const grid = !data ? ( - error ? ( -
- {/* We can have stacktrace displayed here based on the response from backend */} -

- No such resource returned from this query :({" "} -

-
- ) : ( - - ) + !error && ) : ( ({ key: col, name: col }))}