Parcourir la source

fix: notion binding (#2572)

tags/0.5.7
zxhlyh il y a 1 an
Parent
révision
0c0e96c55f
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/hooks/use-pay.tsx

+ 1
- 1
web/hooks/use-pay.tsx Voir le fichier

@@ -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,

Chargement…
Annuler
Enregistrer