Skip to content

Commit

Permalink
fix notion file upload route
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishViradiya153 committed Oct 27, 2024
1 parent c56234b commit 5f569f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/documents/add-document-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export function AddDocumentModal({
numPages: 1,
type: "notion",
createLink: false,
folderPathName: currentFolderPath?.join("/"),
}),
},
);
Expand Down

0 comments on commit 5f569f8

Please sign in to comment.