You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: StructureDataViewer without Selection tab (#379)
Passing an list without `Selection` tab to configuration_tabs of StructureDataViewer would throw a `ValueError`, because the code would assume that the Selection tab is always present.
It is fixed by set the tab index as `None` and setting the index in try except block.
0 commit comments