fix: [event add] resolved notice error when viewing the event add form

- converted the html div added as a field to a proper factory field
pull/8105/head
iglocska 2022-01-18 09:26:21 +01:00
parent 208634a86b
commit f5dd173ade
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@
'label' => __("Extends Event"),
'default' => isset($extends_uuid) ? $extends_uuid : ''
),
array(
'type' => 'div',
'style' => 'width:446px;',
'id' => 'event_preview',
'label' => false
),
'<div id="event_preview" style="width:446px;"></div>'
),
'submit' => array(