Skip to content

Commit

Permalink
CB-5162 fix filter at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Sep 18, 2024
1 parent 46309e9 commit 5c6a9d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const OutputLogsPanel = observer<Props>(function SqlOutputLogsPanel({ sql
<Container className="theme-background-secondary" overflow vertical noWrap dense parent gap>
<OutputLogsToolbar state={state} sqlEditorTabState={sqlEditorTabState} />
{data && (
<Group box>
<Group box overflow>
<EditorLoader
value={state.resultValue}
foldGutter={false}
Expand Down

0 comments on commit 5c6a9d9

Please sign in to comment.