Update image_step.vue

pull/402/head
Vincent Barrier 10 months ago committed by GitHub
parent ecbd2ccf65
commit c804765638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@
:submitter-slug="submitterSlug"
:dry-run="dryRun"
:accept="'image/*'"
:camera="field.preferences?.only_with_camera == true"
:only-with-camera="field.preferences?.only_with_camera == true"
@upload="onImageUpload"
/>
</div>

Loading…
Cancel
Save