Skip to content

Commit

Permalink
Fix scheduleEntry prop
Browse files Browse the repository at this point in the history
(cherry picked from commit 6f1a21b)
  • Loading branch information
manuelmeister committed Dec 25, 2024
1 parent 6d05474 commit 753a760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/activity/ScheduleEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Displays a single scheduleEntry
</table>
<DialogActivityEdit
v-if="activity && isContributor"
:schedule-entry="scheduleEntry"
:schedule-entry="scheduleEntry()"
hide-header-fields
@activityUpdated="activity.$reload()"
>
Expand Down

0 comments on commit 753a760

Please sign in to comment.