fix merge

This commit is contained in:
edo-neo 2024-10-25 09:29:22 +02:00
parent 4853e7883c
commit e9d83f1fce

View File

@ -287,7 +287,7 @@ class Test(Widget):
# if recipe not set: select_recipe # if recipe not set: select_recipe
if self.recipe_selection_mode == "barcode": if self.recipe_selection_mode == "barcode":
self.log.info(f"returning to barcode recipe selection") self.log.info(f"returning to barcode recipe selection")
self.step = {"type":"barcode_recipe_selection","spec":{}} self.step = Step(step_type="barcode_recipe_selection")
else: else:
self.log.info(f"returning to recipe selection table") self.log.info(f"returning to recipe selection table")
self.step = Step(step_type="select_recipe") self.step = Step(step_type="select_recipe")