We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a89fe5 commit 2dc5b69Copy full SHA for 2dc5b69
src/components/fields.tsx
@@ -100,6 +100,10 @@ export const GraphSelect = (props: EditorProps) => {
100
ident: props.query.params.graphMode === 'metric' ? 'monitored_metrics' : 'available_graphs',
101
params: {
102
strict: 'withSource',
103
+ // 2.1.0 changed this parameter to:
104
+ // strict: true,
105
+ // show_independent_of_context: false,
106
+ // but the defaults for missing values seem to be in our favour.
107
context: get(props, 'query.context', {}),
108
},
109
};
0 commit comments