Skip to content

Commit 1f6b1f6

Browse files
authored
[UPMERGE] 1.1 -> 1.2 (#162)
This PR has been generated automatically. **Remember!** The upmerge should always be merged using the `Merge pull request` button. In case of conflicts, resolve them manually: ```bash git fetch upstream gh pr checkout <this-pr-number> git merge upstream/1.2 -m "Resolve conflicts between 1.1 and 1.2" git push ```
2 parents 768a4d3 + c0fffba commit 1f6b1f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Form/Type/PageType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
6161
'label' => 'sylius_cms.ui.collections',
6262
'multiple' => true,
6363
'by_reference' => false,
64+
'required' => false,
6465
])
6566
->add('channels', ChannelChoiceType::class, [
6667
'label' => 'sylius_cms.ui.channels',

0 commit comments

Comments
 (0)