diff --git a/typescripts/comfyui/comfyui.tsx b/typescripts/comfyui/comfyui.tsx index 0ba6f733..8f05bc12 100644 --- a/typescripts/comfyui/comfyui.tsx +++ b/typescripts/comfyui/comfyui.tsx @@ -1417,7 +1417,7 @@ class ComfyWorkflowComponent extends React.Component<{}, { value?: number }> { title="reload the current workflow" onClick={async () => { store.data.object_info = - comfyapi.comfy_api.getObjectInfo() + comfyapi.comfy_api.getObjectInfo() loadWorkflow2( store.data.workflows2[ store.data.selected_workflow_name @@ -1666,7 +1666,7 @@ root.render( //
- + {/* */}