Feat/update notion preview (#29345)

Co-authored-by: twwu <twwu@dify.ai>
This commit is contained in:
Jyong
2025-12-16 16:43:45 +08:00
committed by GitHub
parent d2b63df7a1
commit ae4a9040df
5 changed files with 7 additions and 9 deletions

View File

@@ -29,7 +29,6 @@ const NotionPagePreview = ({
return
try {
const res = await fetchNotionPagePreview({
workspaceID: currentPage.workspace_id,
pageID: currentPage.page_id,
pageType: currentPage.type,
credentialID: notionCredentialId,