Skip to content

Commit

Permalink
fix: add public drive form url check
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed Nov 8, 2024
1 parent 39e6d64 commit b538025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/modal/modals/AddRemoteDriveModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
AddRemoteDriveModal as ConnectAddRemoteDriveModal,
SharingType,
} from '@powerhousedao/design-system';
import { requestPublicDrive } from 'document-drive/utils/graphql';

type Props = {
open: boolean;
Expand All @@ -27,6 +28,7 @@ export function AddRemoteDriveModal(props: Props) {
onOpenChange={status => {
if (!status) return onClose();
}}
requestPublicDrive={requestPublicDrive}
/>
);
}

0 comments on commit b538025

Please sign in to comment.