Skip to content

Commit

Permalink
ignore ts-error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Nov 25, 2024
1 parent a8ac82c commit c22f9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/ui/pages/myFiles/Explorer/Explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ export const Explorer = memo((props: ExplorerProps) => {
}
/>

{/* @ts-expect-error */}
<ShareDialog
onClose={onShareDialogClose}
isOpen={shareState !== undefined}
Expand Down

0 comments on commit c22f9b3

Please sign in to comment.