Graphite: Fix issue where duplicated panels share same query object (#99077)

pull/99109/head
kay delaney 11 months ago committed by GitHub
parent 1eb45dd0f8
commit c0b3932168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/plugins/datasource/graphite/state/context.tsx

@ -88,7 +88,7 @@ export const GraphiteQueryEditorContext = ({
if (!state) {
dispatch(
actions.init({
target: query,
target: { ...query },
datasource: datasource,
range: range,
templateSrv: getTemplateSrv(),

Loading…
Cancel
Save