Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/utils/UploadSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ export const ExternalUploadSource = Object.freeze({
DROPBOX_CHOOSER: 'dropboxchooser',
GDRIVE: 'gdrive',
GPHOTOS: 'gphotos',
FLICKR: 'flickr',
VK: 'vk',
EVERNOTE: 'evernote',
BOX: 'box',
ONEDRIVE: 'onedrive',
HUDDLE: 'huddle',
} as const);

export const UploadSourceMobile = Object.freeze({
Expand Down
Loading