mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Panels: GeomapPanel edit mode fix (#66222)
This commit is contained in:
parent
4ba7c48cf5
commit
759a05083a
@ -21,6 +21,6 @@ export const FrameSelectionEditor = ({ value, context, onChange }: Props) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<RefIDPicker value={value.options} onChange={onFilterChange} data={context.data} placeholder="Change filter" />
|
<RefIDPicker value={value?.options} onChange={onFilterChange} data={context.data} placeholder="Change filter" />
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user