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"
|
aria-label="Transcode bitrate"
|
||||||
defaultValue={transcode.bitrate}
|
defaultValue={transcode.bitrate}
|
||||||
min={0}
|
min={0}
|
||||||
placeholder="mp3, opus"
|
|
||||||
w={100}
|
w={100}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
setTranscodingConfig({
|
setTranscodingConfig({
|
||||||
|
@ -61,6 +60,7 @@ export const TranscodeSettings = () => {
|
||||||
<TextInput
|
<TextInput
|
||||||
aria-label="transcoding format"
|
aria-label="transcoding format"
|
||||||
defaultValue={transcode.format}
|
defaultValue={transcode.format}
|
||||||
|
placeholder="mp3, opus"
|
||||||
width={100}
|
width={100}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
setTranscodingConfig({
|
setTranscodingConfig({
|
||||||
|
|
Reference in a new issue