(fix:gdrive) missing appId in picker

This commit is contained in:
ManishMadan2882
2025-09-18 20:25:20 +05:30
parent da2f8477e6
commit 0ee875bee4
2 changed files with 121 additions and 97 deletions

View File

@@ -41,8 +41,7 @@ export const IngestorFormSchemas: Record<IngestorType, FormField[]> = {
label: 'Select Files from Google Drive',
type: 'google_drive_picker',
required: true,
},
{ name: 'recursive', label: 'Include subfolders', type: 'boolean', required: false },
}
],
local_file: [
{ name: 'files', label: 'Select files', type: 'local_file_picker', required: true },