fix: crop size

This commit is contained in:
IlyaDoronin 2024-05-21 11:21:38 +03:00
parent c49099b52e
commit addee744ef

@ -130,7 +130,7 @@ export default function OptionsAndPicture({
if (selectedVariantId) if (selectedVariantId)
clearQuestionImages(question.id, selectedVariantId); clearQuestionImages(question.id, selectedVariantId);
}} }}
cropAspectRatio={{ width: 452, height: 300 }} cropAspectRatio={{ width: 300, height: 300 }}
/> />
<Box <Box
sx={{ sx={{