We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2558a5 commit 004d898Copy full SHA for 004d898
frontend/src/components/activity/ScheduleEntry.vue
@@ -203,7 +203,7 @@ Displays a single scheduleEntry
203
</table>
204
<DialogActivityEdit
205
v-if="activity && isContributor"
206
- :schedule-entry="scheduleEntry"
+ :schedule-entry="scheduleEntry()"
207
hide-header-fields
208
@activityUpdated="activity.$reload()"
209
>
0 commit comments