mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 10:56:53 +00:00
fix: fixed infinite loop of states around operator
This commit is contained in:
parent
f12da5afbf
commit
3841934fba
@ -369,13 +369,13 @@ export const useQueryOperations: UseQueryOperations = ({
|
||||
setOperators(initialOperators);
|
||||
}
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [
|
||||
dataSource,
|
||||
initialDataSource,
|
||||
panelType,
|
||||
entityVersion,
|
||||
query,
|
||||
operators,
|
||||
handleMetricAggregateAtributeTypes,
|
||||
]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user