-
Notifications
You must be signed in to change notification settings - Fork 3
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
[108, 87] Close Mentorship (endpoint, button handle, email notifications) #112
Conversation
✅ Deploy Preview for tupu-app ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
ready to be reviewed |
const { isOpen: isAlertDialogOpen, onOpen: onAlertDialogOpen, onClose: onAlertDialogClose } = useDisclosure(); | ||
const cancelRef = useRef(); | ||
const toast = useToast(); | ||
|
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.
Should we move the mutateRelationshipsList
and changeMentorshipRelationship
functions into a separate file? At the moment they will be declared again each time the component renders
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.
I created a follow up ticket: #118
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.
🚀
Co-authored-by: Raluca Badoi <[email protected]>
What Github issue does this PR relate to?
Close #108
Close #87
Changes proposed in this pull request:
What should the reviewer know?
the handle for the button to close the mentorship is temporary, and it should be moved into #107
Quality Assurance(QA) Checklist