Update src/components/ModForm.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 50s

This commit is contained in:
freakoverse 2025-01-21 20:40:40 +00:00
parent e11e6f1fb2
commit 99d7dbe89d

View File

@ -731,7 +731,10 @@ const DownloadUrlFields = React.memo(
</div>
<div
style={{
width: '100%'
width: '100%',
display: 'flex',
flexDirection: 'column',
gap: '10px'
}}
>
<ImageUpload