mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-23 23:44:29 +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 {
|
try {
|
||||||
const { globalTime } = getState();
|
const { globalTime } = getState();
|
||||||
|
|
||||||
if (
|
|
||||||
props.maxTime !== globalTime.maxTime &&
|
|
||||||
props.minTime !== globalTime.minTime
|
|
||||||
) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const { maxTime, minTime } = GetMinMax(globalTime.selectedTime, [
|
const { maxTime, minTime } = GetMinMax(globalTime.selectedTime, [
|
||||||
globalTime.minTime / 1000000,
|
globalTime.minTime / 1000000,
|
||||||
globalTime.maxTime / 1000000,
|
globalTime.maxTime / 1000000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user