Skip to content

Commit 6513cbb

Browse files
fix provider for docs selector (#1959)
1 parent f9e822f commit 6513cbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/sim/blocks/blocks/google_docs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export const GoogleDocsBlock: BlockConfig<GoogleDocsResponse> = {
4747
title: 'Select Document',
4848
type: 'file-selector',
4949
canonicalParamId: 'documentId',
50-
provider: 'google-drive',
51-
serviceId: 'google-drive',
50+
provider: 'google-docs',
51+
serviceId: 'google-docs',
5252
requiredScopes: [],
5353
mimeType: 'application/vnd.google-apps.document',
5454
placeholder: 'Select a document',
@@ -82,8 +82,8 @@ export const GoogleDocsBlock: BlockConfig<GoogleDocsResponse> = {
8282
title: 'Select Parent Folder',
8383
type: 'file-selector',
8484
canonicalParamId: 'folderId',
85-
provider: 'google-drive',
86-
serviceId: 'google-drive',
85+
provider: 'google-docs',
86+
serviceId: 'google-docs',
8787
requiredScopes: [],
8888
mimeType: 'application/vnd.google-apps.folder',
8989
placeholder: 'Select a parent folder',

0 commit comments

Comments
 (0)