(cherry picked from commit 5c4459a723)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
This commit is contained in:
co-authored by
Ivana Huckova
parent
0508656182
commit
f7683af8b5
-1
@@ -46,7 +46,6 @@ export const PromQueryEditorSelector = React.memo<PromQueryEditorProps>((props)
|
||||
const onQueryPreviewChange = (event: SyntheticEvent<HTMLInputElement>) => {
|
||||
const isEnabled = event.currentTarget.checked;
|
||||
onChange({ ...query, rawQuery: isEnabled });
|
||||
onRunQuery();
|
||||
};
|
||||
|
||||
const onChangeInternal = (query: PromQuery) => {
|
||||
|
||||
Reference in New Issue
Block a user