-
Notifications
You must be signed in to change notification settings - Fork 33
[PB-4450]: feat/custom hooks for Share Dialog #1827
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
Conversation
Deploying drive-web with
|
| Latest commit: |
cf29d11
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://231aa578.drive-web.pages.dev |
| Branch Preview URL: | https://feature-share-dialog-custom.drive-web.pages.dev |
|
There is duplicated code because some functions are in the main component (Share Dialog) and the custom hooks. It will be resolved in the following PR |
| interface ShareItemActionsProps { | ||
| itemToShare: ItemToShare | null; | ||
| isPasswordSharingAvailable: boolean; | ||
| dispatch: any; |
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.
Add the type :)
|



Description
Implementing the custom hooks that contains the logic for Share Dialog.
Related Issues
Related Pull Requests
Checklist
Testing Process
Additional Notes