Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(editor): Do not attempt to create flow after throwing alert #4079

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

DafyddLlyr
Copy link
Contributor

@DafyddLlyr DafyddLlyr commented Dec 13, 2024

image

This error is still being thrown as we don't return after hitting the duplicate name alert.

@DafyddLlyr DafyddLlyr force-pushed the dp/airbrake-duplicate-team branch from d8201ea to 6aea27c Compare December 13, 2024 09:43
Copy link

github-actions bot commented Dec 13, 2024

Removed vultr server and associated DNS entries


if (duplicateFlowName) {
alert(
`The flow "${newFlowName}" already exists. Enter a unique flow name to continue`,
);
return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@DafyddLlyr DafyddLlyr merged commit 47aba73 into main Dec 13, 2024
12 checks passed
@DafyddLlyr DafyddLlyr deleted the dp/airbrake-duplicate-team branch December 13, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants