The new layout is ok. We can work on the content
This commit is contained in:
@@ -34,6 +34,12 @@ class WorkflowDesignerCommandManager(BaseCommandManager):
|
||||
def __init__(self, owner):
|
||||
super().__init__(owner)
|
||||
|
||||
def on_save(self):
|
||||
return {}
|
||||
|
||||
def on_cancel(self):
|
||||
return {}
|
||||
|
||||
def select_processor(self, component_id: str):
|
||||
return {
|
||||
"hx_post": f"{ROUTE_ROOT}{Routes.SelectProcessor}",
|
||||
|
||||
Reference in New Issue
Block a user