Skip to content

Commit 2ba482e

Browse files
docs(picker): change source picasa to googlephotos (#460)
1 parent c183ad1 commit 2ba482e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export interface PickerOptions {
404404
* - box
405405
* - github
406406
* - gmail
407-
* - picasa
407+
* - googlephotos
408408
* - onedrive
409409
* - onedriveforbusiness
410410
* - customsource - Configure this in your Filestack Dev Portal.

src/schema/picker.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const PickerParamsSchema = {
6868
'box',
6969
'github',
7070
'gmail',
71-
'picasa',
71+
'googlephotos',
7272
'onedrive',
7373
'onedriveforbusiness',
7474
'clouddrive',

0 commit comments

Comments
 (0)