Skip to content

Commit

Permalink
feat: enable the new where clause for logs dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Dec 18, 2024
1 parent 60dc479 commit de9a575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export const Query = memo(function Query({
</Col>
)}
<Col flex="1" className="qb-search-container">
{isLogsExplorerPage ? (
{isLogsExplorerPage || query.dataSource === DataSource.LOGS ? (
<QueryBuilderSearchV2
query={query}
onChange={handleChangeTagFilters}
Expand Down

0 comments on commit de9a575

Please sign in to comment.