mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +00:00
fix: add memory google drive connector
This commit is contained in:
parent
1e4de94840
commit
15329bee31
1 changed files with 0 additions and 6 deletions
|
|
@ -111,12 +111,6 @@ export function ConnectionsTabContent() {
|
|||
// Add connection mutation
|
||||
const addConnectionMutation = useMutation({
|
||||
mutationFn: async (provider: ConnectorProvider) => {
|
||||
// Check if Google Drive is disabled
|
||||
if (provider === "google-drive") {
|
||||
throw new Error(
|
||||
"Google Drive connections are temporarily disabled. This will be resolved soon.",
|
||||
)
|
||||
}
|
||||
|
||||
// Check if user can add connections
|
||||
if (!canAddConnection && !isProUser) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue