From 02096c4e22c2813eeb269262579e4aba2f523c2c Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:33:59 +0100 Subject: [PATCH] Dashboards: Add isViewing to mustKeepProps (#85748) --- public/app/features/dashboard/state/PanelModel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard/state/PanelModel.ts b/public/app/features/dashboard/state/PanelModel.ts index 08d68628972..97d58089a15 100644 --- a/public/app/features/dashboard/state/PanelModel.ts +++ b/public/app/features/dashboard/state/PanelModel.ts @@ -98,6 +98,7 @@ const mustKeepProps: { [str: string]: boolean } = { links: true, fullscreen: true, isEditing: true, + isViewing: true, hasRefreshed: true, events: true, cacheTimeout: true,