Skip to content

Commit

Permalink
Update web/src/app/schedules/ScheduleOverrideDialog.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nathaniel Caza <mastercactapus@gmail.com>
  • Loading branch information
Forfold and mastercactapus authored Jan 25, 2024
1 parent 12e7b96 commit 85b9a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/schedules/ScheduleOverrideDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function ScheduleOverrideDialog(props) {
scheduleID: props.scheduleID,
},
},
{ additionalTypenames: ['UserOverrides'] },
{ additionalTypenames: ['UserOverrideConnection', 'Schedule'] },
).then((result) => {
if (!result.error) props.onClose()
})
Expand Down

0 comments on commit 85b9a0c

Please sign in to comment.