Dashboards: Add isViewing to mustKeepProps (#85748)

This commit is contained in:
kay delaney
2024-04-09 10:33:59 +00:00
committed by GitHub
parent 5c4a2de59b
commit 02096c4e22
@@ -98,6 +98,7 @@ const mustKeepProps: { [str: string]: boolean } = {
links: true,
fullscreen: true,
isEditing: true,
isViewing: true,
hasRefreshed: true,
events: true,
cacheTimeout: true,