Skip to content

Commit

Permalink
refactor: start recipe folded
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Dec 11, 2024
1 parent 992a3b3 commit dafab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive_cli/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _update_compose(self, evt: JsonEditorChangeEventArguments, path: Path) -> No
@ui.refreshable
def recipe_status(self) -> None:
if self.hive and self.hive.recipe:
with ui.expansion("Recipe", icon="receipt_long", value=True).classes(
with ui.expansion("Recipe", icon="receipt_long").classes(
"w-full"
):
ui.label(self.hive.recipe.path.name).tailwind(HEADER_STYLE)
Expand Down

0 comments on commit dafab04

Please sign in to comment.