diff --git a/public/pages/workflows/new_workflow/new_workflow.tsx b/public/pages/workflows/new_workflow/new_workflow.tsx index a188b088..b8cb1fa0 100644 --- a/public/pages/workflows/new_workflow/new_workflow.tsx +++ b/public/pages/workflows/new_workflow/new_workflow.tsx @@ -88,6 +88,8 @@ export function NewWorkflow(props: NewWorkflowProps) { setFilteredWorkflows(fetchFilteredWorkflows(allWorkflows, searchQuery)); }, [searchQuery]); + console.log('Printed Entered new workflow 2222222'); + return (