Skip to content

Commit

Permalink
integ_tests
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Sep 29, 2024
1 parent 6dc53a9 commit 335830c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/pages/workflows/new_workflow/new_workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export function NewWorkflow(props: NewWorkflowProps) {
setFilteredWorkflows(fetchFilteredWorkflows(allWorkflows, searchQuery));
}, [searchQuery]);

console.log('Printed Entered new workflow 2222222');

return (
<EuiFlexGroup direction="column">
<EuiFlexItem grow={true}>
Expand Down

0 comments on commit 335830c

Please sign in to comment.