Skip to content

Commit

Permalink
fix: refreshbutotnnotserved
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Nov 21, 2023
1 parent 1340294 commit e1073be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain_classes/ui_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Recipe(BaseModel):
config: dict | None = None
label: str = ""
dimensions: str = ""
showRefreshButton: bool = False

def get_attribute_by_name(self, key):
return next((attr for attr in self.attributes if attr.name == key), None)
Expand Down

0 comments on commit e1073be

Please sign in to comment.