fix(admin): Restore visibility of the last published event
- Don't expect event.options to be always here in EventCard - Add event.options in Dashboard graphql query Solves #1663
This commit is contained in:
@@ -79,9 +79,9 @@
|
||||
>
|
||||
<start-time-icon
|
||||
:small="true"
|
||||
v-if="!mergedOptions.hideDate && event.options.showStartTime"
|
||||
v-if="!mergedOptions.hideDate && event.options?.showStartTime"
|
||||
:date="event.beginsOn.toString()"
|
||||
:timezone="event.options.timezone"
|
||||
:timezone="event.options?.timezone"
|
||||
/>
|
||||
</div>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user