Skip to content

Commit

Permalink
Update google_picker.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k authored Feb 26, 2025
1 parent ee5c10a commit b43aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pickers/google_picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
return;
}

const picker = new google.picker.PickerBuilder()
const picker = new google.picker.PickerBuilder
.setMode(DocsViewMode.LIST)
.addView(google.picker.ViewId.DOCS_IMAGES_AND_VIDEOS)
.addView(google.picker.ViewId.FOLDERS)
Expand Down

0 comments on commit b43aac7

Please sign in to comment.