Skip to content

Commit f293219

Browse files
authored
@uppy/unsplash: make utmSource optional (#5601)
1 parent 3832d68 commit f293219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@uppy/unsplash/src/Unsplash.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import locale from './locale.js'
2121
// @ts-ignore We don't want TS to generate types for the package.json
2222
import packageJson from '../package.json'
2323

24-
export type UnsplashOptions = { utmSource: string } & CompanionPluginOptions
24+
export type UnsplashOptions = { utmSource?: string } & CompanionPluginOptions
2525

2626
export default class Unsplash<M extends Meta, B extends Body>
2727
extends UIPlugin<UnsplashOptions, M, B, UnknownSearchProviderPluginState>

0 commit comments

Comments
 (0)