瀏覽代碼

fix: notion binding (#2572)

tags/0.5.7
zxhlyh 1 年之前
父節點
當前提交
0c0e96c55f
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/hooks/use-pay.tsx

+ 1
- 1
web/hooks/use-pay.tsx 查看文件

@@ -122,7 +122,7 @@ export const useCheckNotion = () => {
const notionCode = searchParams.get('code')
const notionError = searchParams.get('error')
const { data } = useSWR(
canBinding
(canBinding && notionCode)
? `/oauth/data-source/binding/notion?code=${notionCode}`
: null,
fetchDataSourceNotionBinding,

Loading…
取消
儲存