Skip to content

Commit

Permalink
Update ConvertUi.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Dec 2, 2024
1 parent eaae38b commit bf78344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/convert/app/components/ConvertUi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function ConvertUI({
readonly setFlipVertical: React.Dispatch<React.SetStateAction<boolean>>;
}) {
const [container, setContainer] = useState<ConvertMediaContainer>(() =>
getDefaultContainerForConversion(src),
getDefaultContainerForConversion(src, action),
);
const [videoConfigIndexSelection, _setVideoConfigIndex] = useState<
Record<number, number>
Expand Down

0 comments on commit bf78344

Please sign in to comment.