[v11.4.x] Graphite: Fix issue where duplicated panels share same query object (#99100)

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

(cherry picked from commit c0b3932168)

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
pull/99598/head
grafana-delivery-bot[bot] 5 months ago committed by GitHub
parent ccb40e3bba
commit e215d16299
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