Skip to content

Commit e804b7c

Browse files
authored
Merge branch '7.x' into fix-ckeditor-modal-issue
2 parents 21e2e6a + 1d6a06e commit e804b7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/bundles/EmailBundle/Form/Type/ExampleSendType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
5858
'mautic.core.form.nomatches'
5959
),
6060
],
61+
'required' => false,
6162
]
6263
);
6364

app/bundles/EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public function testBuildFormWithContact(): void
143143
'placeholder' => 'startTyping',
144144
'data-no-record-message' => 'nomatches',
145145
],
146+
'required' => false,
146147
], $parameters[2]);
147148
}
148149
if (3 === $matcher->numberOfInvocations()) {

0 commit comments

Comments
 (0)