mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 02:46:27 +00:00
chore: minor pr review change
This commit is contained in:
parent
3f1aeb3077
commit
cb49bc795b
@ -64,7 +64,12 @@ export const QueryBuilderV2 = memo(function QueryBuilderV2({
|
||||
!isListViewPanel ||
|
||||
(currentDataSource === DataSource.TRACES && showTraceOperator)
|
||||
);
|
||||
}, [showOnlyWhereClause, currentDataSource, showTraceOperator]);
|
||||
}, [
|
||||
showOnlyWhereClause,
|
||||
currentDataSource,
|
||||
showTraceOperator,
|
||||
isListViewPanel,
|
||||
]);
|
||||
|
||||
const listViewLogFilterConfigs: QueryBuilderProps['filterConfigs'] = useMemo(() => {
|
||||
const config: QueryBuilderProps['filterConfigs'] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user