[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:
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,
|
||||
|
||||
Reference in New Issue
Block a user