Selaa lähdekoodia

fix: notion binding (#2572)

tags/0.5.7
zxhlyh 1 vuosi sitten
vanhempi
commit
0c0e96c55f
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      web/hooks/use-pay.tsx

+ 1
- 1
web/hooks/use-pay.tsx Näytä tiedosto

@@ -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…
Peruuta
Tallenna