Skip to content

Commit

Permalink
Fixed issue when options not given in config file (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms authored Oct 3, 2022
1 parent b5b41ec commit 940a089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webviz_config/_config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,5 @@ def _parse_navigation(self) -> None:
"initially_pinned": False,
"initially_collapsed": False,
"show_logo": True,
"homepage": None,
}

0 comments on commit 940a089

Please sign in to comment.