Skip to content

Commit

Permalink
CB-5162 fix filter at the top (#2925)
Browse files Browse the repository at this point in the history
Co-authored-by: Evgenia Bezborodova <[email protected]>
  • Loading branch information
devnaumov and EvgeniaBzzz authored Sep 24, 2024
1 parent 1746d91 commit dc5592d
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 dc5592d

Please sign in to comment.