Merge "Fixing get_panel_groups uncaught exception"
This commit is contained in:
commit
7c29e06f92
@ -415,6 +415,7 @@ class Dashboard(Registry, HorizonComponent):
|
||||
panel_groups = []
|
||||
|
||||
# Gather our known panels
|
||||
if self._panel_groups is not None:
|
||||
for panel_group in self._panel_groups.values():
|
||||
for panel in panel_group:
|
||||
registered.pop(panel.__class__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user