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

Differentiate between cancel and confirm alert for delete issue popover #87

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

maximilianruesch
Copy link
Collaborator

Differentiates between a oncancel and onconfirm for the delete issue popover.

<DeleteIssueAlert issueKey={issueKey}
cancelAlert={() => setIssuePopoverOpened(false)}
confirmAlert={() => {
// setIssuePopoverOpened(false)
Copy link
Contributor

Choose a reason for hiding this comment

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

this line could be removed

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note that you left a "review comment", while this may have also been a "changes requested".

@maximilianruesch maximilianruesch merged commit 0f49163 into main Dec 7, 2023
8 checks passed
@maximilianruesch maximilianruesch deleted the bug/fix-issue-popover branch December 7, 2023 16:49
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