Skip to content

Commit e44ab6f

Browse files
committed
fixup! Include labels in scope
1 parent 984e558 commit e44ab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/hooks/useGetChartData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const useGetChartData = async ({
9797
contexts: [contextId],
9898
nodes,
9999
dimensions,
100-
labels: labels : defaultScopeValue,
100+
labels: labels || defaultScopeValue,
101101
},
102102
selectors: {
103103
contexts: ['*'],

0 commit comments

Comments
 (0)