-
Notifications
You must be signed in to change notification settings - Fork 49.2k
fix: Prevent multiple api requests when changing workflow owner #21335
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: Prevent multiple api requests when changing workflow owner #21335
Conversation
…n for project navigation
…sToastMessage component
| areAllUsedCredentialsShareable: | ||
| shareableCredentials.value.length === usedCredentials.value.length, | ||
| }), | ||
| onClick: (event: MouseEvent | undefined) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using onClick because RouterLink doesn't work in the toast (Also see change in the ProjectMoveSuccessToastMessage component)
| } | ||
| } catch (error) { | ||
| toast.showError( | ||
| error.message, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what was causing the error modal to show undefined
BundleMonUnchanged files (2)
No change in files bundle size Groups updated (2)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 3 files
…redentials-causes-errors
…redentials-causes-errors
This comment has been minimized.
This comment has been minimized.
|
E2E Tests: n8n tests passed after 8m 50.1s Run Details
Groups
This message was posted automatically by
currents.dev | Integration Settings
|
Summary
Screen.Recording.2025-10-29.at.13.30.03.mov
Related Linear tickets, Github issues, and Community forum posts
Resolves PAY-2994
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)