mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 01:42:45 +08:00
Support drag drop SQL block from assistant to empty custom report (#34930)
This commit is contained in:
@@ -350,7 +350,7 @@ export const QueryBlock = ({
|
||||
{view === 'chart' && queryResult !== undefined ? (
|
||||
<>
|
||||
{(queryResult ?? []).length === 0 ? (
|
||||
<div className="flex w-full h-full items-center justify-center">
|
||||
<div className="flex w-full h-full items-center justify-center py-3">
|
||||
<p className="text-foreground-light text-xs">No results returned from query</p>
|
||||
</div>
|
||||
) : !xKey || !yKey ? (
|
||||
|
||||
Reference in New Issue
Block a user