mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-23 23:54:27 +08:00
fix: remove early return for services call in usage explorer (#4669)
This commit is contained in:
parent
6b87118fc6
commit
7c2007faa3
@ -17,13 +17,6 @@ export const GetService = (
|
||||
try {
|
||||
const { globalTime } = getState();
|
||||
|
||||
if (
|
||||
props.maxTime !== globalTime.maxTime &&
|
||||
props.minTime !== globalTime.minTime
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
const { maxTime, minTime } = GetMinMax(globalTime.selectedTime, [
|
||||
globalTime.minTime / 1000000,
|
||||
globalTime.maxTime / 1000000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user