We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3832d68 commit f293219Copy full SHA for f293219
packages/@uppy/unsplash/src/Unsplash.tsx
@@ -21,7 +21,7 @@ import locale from './locale.js'
21
// @ts-ignore We don't want TS to generate types for the package.json
22
import packageJson from '../package.json'
23
24
-export type UnsplashOptions = { utmSource: string } & CompanionPluginOptions
+export type UnsplashOptions = { utmSource?: string } & CompanionPluginOptions
25
26
export default class Unsplash<M extends Meta, B extends Body>
27
extends UIPlugin<UnsplashOptions, M, B, UnknownSearchProviderPluginState>
0 commit comments