move transcoding placeholder

This commit is contained in:
Kendall Garner 2024-09-08 22:05:44 -07:00
parent 1b41a5a674
commit fcc010eb54
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -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({