Skip to content

Commit 5917c42

Browse files
author
marekrzytki
committed
Fix behat test - remove empty data option from form type field
1 parent 627bb14 commit 5917c42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Form/Type/MediaType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
6161
])
6262
->add('saveWithOriginalName', CheckboxType::class, [
6363
'label' => 'bitbag_sylius_cms_plugin.ui.save_with_original_name',
64-
'empty_data' => false,
6564
])
6665
->add('products', ProductAutocompleteChoiceType::class, [
6766
'label' => 'bitbag_sylius_cms_plugin.ui.products',

0 commit comments

Comments
 (0)