Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information