move transcoding placeholder
This commit is contained in:
parent
1b41a5a674
commit
fcc010eb54
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,6 @@ export const TranscodeSettings = () => {
|
|||
aria-label="Transcode bitrate"
|
||||
defaultValue={transcode.bitrate}
|
||||
min={0}
|
||||
placeholder="mp3, opus"
|
||||
w={100}
|
||||
onBlur={(e) => {
|
||||
setTranscodingConfig({
|
||||
|
@ -61,6 +60,7 @@ export const TranscodeSettings = () => {
|
|||
<TextInput
|
||||
aria-label="transcoding format"
|
||||
defaultValue={transcode.format}
|
||||
placeholder="mp3, opus"
|
||||
width={100}
|
||||
onBlur={(e) => {
|
||||
setTranscodingConfig({
|
||||
|
|
Reference in a new issue