mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 07:58:31 -06:00
linting more trpc
This commit is contained in:
@@ -25,8 +25,10 @@ export default function AssignmentGroupManagement() {
|
||||
!areAssignmentGroupsEqual(assignmentGroups, settings.assignmentGroups)
|
||||
) {
|
||||
updateSettings.mutate({
|
||||
...settings,
|
||||
assignmentGroups,
|
||||
settings: {
|
||||
...settings,
|
||||
assignmentGroups,
|
||||
},
|
||||
});
|
||||
}
|
||||
}, delay);
|
||||
|
||||
Reference in New Issue
Block a user