mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 06:52:01 +08:00
fix: resolves empty variables issue for imported dashboards (#1808)
This commit is contained in:
parent
88fa3b7699
commit
a46f074e22
@ -10,7 +10,7 @@ export const getDashboardVariables = (): Record<string, unknown> => {
|
||||
} = store.getState();
|
||||
const [selectedDashboard] = dashboards;
|
||||
const {
|
||||
data: { variables },
|
||||
data: { variables = {} },
|
||||
} = selectedDashboard;
|
||||
|
||||
const minMax = GetMinMax(globalTime.selectedTime, [
|
||||
|
Loading…
x
Reference in New Issue
Block a user