mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 05:46:28 +08:00
Graphite: Fix issue where duplicated panels share same query object (#99077)
This commit is contained in:
@ -88,7 +88,7 @@ export const GraphiteQueryEditorContext = ({
|
||||
if (!state) {
|
||||
dispatch(
|
||||
actions.init({
|
||||
target: query,
|
||||
target: { ...query },
|
||||
datasource: datasource,
|
||||
range: range,
|
||||
templateSrv: getTemplateSrv(),
|
||||
|
Reference in New Issue
Block a user