Merlijn Vos пре 3 година
родитељ
комит
b29007736f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/@uppy/audio/types/index.d.ts

+ 1 - 1
packages/@uppy/audio/types/index.d.ts

@@ -3,7 +3,7 @@ import type AudioLocale from './generatedLocale'
 
 export interface AudioOptions extends PluginOptions {
   target?: PluginTarget
-  showVideoSourceDropdown?: boolean
+  showAudioSourceDropdown?: boolean
   locale?: AudioLocale
 }