Skip to content

Commit

Permalink
Merge pull request #45 from Aerue/develop
Browse files Browse the repository at this point in the history
Fix can't save new Slide in chrome
  • Loading branch information
Oksydan authored Oct 23, 2023
2 parents 4b1948a + d815fae commit 3df3ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Form/ImageSliderType.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'widget' => 'single_text',
'html5' => true,
'input' => 'datetime',
'with_seconds' => true,
])
->add('display_to', DateTimeType::class, [
'label' => $this->trans('Display to', TranslationDomains::TRANSLATION_DOMAIN_ADMIN),
'required' => true,
'widget' => 'single_text',
'html5' => true,
'input' => 'datetime',
'with_seconds' => true,
]);

if ($this->isMultistoreUsed) {
Expand Down

0 comments on commit 3df3ad0

Please sign in to comment.