Skip to content

Commit

Permalink
Select first indes in the wizard app.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Feb 4, 2025
1 parent 2a9d236 commit cd75987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiidalab_widgets_base/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def __init__(self, steps, show_header=True, **kwargs):

super().__init__(children=[self.header, self.accordion], **kwargs)
ipw.link((self.accordion, "selected_index"), (self, "selected_index"))
self.selected_index = 0

@property
def show_header(self):
Expand Down

0 comments on commit cd75987

Please sign in to comment.