Skip to content

Commit

Permalink
testing deploy debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Jul 10, 2024
1 parent 3f67627 commit 5d6d4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/dashboard/ReportView/ReportViewContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ function CampaignBody({ actionMenu, setActionMenu }: {
tags: tags ?? [],
}, window.location.href);
toast.success("Successfully created new URL Flow");
console.log(createdFlow);
flowId = createdFlow.id;
} else {
const createdFlow = await createNewFlowAction({
Expand Down

0 comments on commit 5d6d4d3

Please sign in to comment.