[v11.0.x] Dashboards: Add isViewing to mustKeepProps (#85786)

Dashboards: Add isViewing to mustKeepProps (#85748)

(cherry picked from commit 02096c4e22)

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-09 13:50:40 +03:00
committed by GitHub
co-authored by kay delaney
parent d56f75eb5c
commit 97d02174ac
@@ -98,6 +98,7 @@ const mustKeepProps: { [str: string]: boolean } = {
links: true,
fullscreen: true,
isEditing: true,
isViewing: true,
hasRefreshed: true,
events: true,
cacheTimeout: true,