Quellcode durchsuchen

fix: notion binding (#2572)

tags/0.5.7
zxhlyh vor 1 Jahr
Ursprung
Commit
0c0e96c55f
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      web/hooks/use-pay.tsx

+ 1
- 1
web/hooks/use-pay.tsx Datei anzeigen

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

Laden…
Abbrechen
Speichern