Skip to content

Commit

Permalink
Pass handler to milestone component too
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Jan 30, 2025
1 parent aac358c commit 61beb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moped-editor/src/views/dashboard/DashboardView.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ const DashboardView = () => {
table="milestones"
projectId={entry.project_id}
projectName={entry.project.project_name_full}
handleSnackbar={handleSnackbar}
dashboardRefetch={refetch}
>
<MilestoneProgressMeter
Expand Down

0 comments on commit 61beb1e

Please sign in to comment.