Skip to content

Commit

Permalink
Replace wcc.LabeledContainer with wcc.Selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Nov 8, 2022
1 parent 31e2210 commit 39599db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def layout(self) -> List[Component]:
],
value=None if len(self._ensembles) <= 0 else [self._ensembles[0]],
),
wcc.LabeledContainer(
wcc.Selectors(
label="Delta Ensembles",
id=self.register_component_unique_id(
EnsemblesSettings.Ids.DELTA_ENSEMBLE
Expand Down

0 comments on commit 39599db

Please sign in to comment.