diff --git a/frontend/lib/components/ConnectionCards/ConnectionCards.tsx b/frontend/lib/components/ConnectionCards/ConnectionCards.tsx index 8ad2fc80d..ae81175a8 100644 --- a/frontend/lib/components/ConnectionCards/ConnectionCards.tsx +++ b/frontend/lib/components/ConnectionCards/ConnectionCards.tsx @@ -10,7 +10,7 @@ interface ConnectionCardsProps { export const ConnectionCards = ({ fromAddKnowledge, }: ConnectionCardsProps): JSX.Element => { - const { syncGoogleDrive, syncSharepoint, syncDropbox, syncNotion } = + const { syncGoogleDrive, syncSharepoint, syncDropbox } = useSync(); return ( @@ -30,13 +30,13 @@ export const ConnectionCards = ({ callback={(name: string) => syncGoogleDrive(name)} fromAddKnowledge={fromAddKnowledge} /> - syncNotion(name)} fromAddKnowledge={fromAddKnowledge} oneAccountLimitation={true} - /> + /> */}