-
-
Notifications
You must be signed in to change notification settings - Fork 18
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(console): Group invite delete button not working #2694
fix(console): Group invite delete button not working #2694
Conversation
</section> | ||
|
||
<div className="flex justify-end items-center space-x-3"> | ||
<Button btnType="secondary-alt">Cancel</Button> |
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.
Cancel button doesn't appear to cancel the modal.
<input name="invitationCode" type="hidden" value={invitationCode} /> | ||
<div className="flex flex-row items-center justify-between w-full mb-2"> | ||
<Text size="lg" weight="medium" className="text-gray-900"> | ||
Remove Invitation |
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.
"Cancel invitation"
|
||
<section className="mb-4"> | ||
<Text size="sm" weight="normal" className="text-gray-500 my-3"> | ||
Are you sure you want to cancel “{userAlias}”'s invitation? |
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.
"Are you sure you want to cancel the invitation for {userAlias}?"
<div className="flex justify-end items-center space-x-3"> | ||
<Button btnType="secondary-alt">Cancel</Button> | ||
<Button type="submit" btnType="dangerous"> | ||
Uninvite Member |
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.
Cancel invitation
purge?: boolean | ||
}) => { | ||
return ( | ||
<Modal isOpen={isOpen} handleClose={handleClose}> |
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.
Can we make this the "standard" modal with the X at the top-right to cancel?
Description
claimInvitation
, nowclearInvitation
Related Issues
Testing
Checklist