Skip to content

Commit 4e65c2b

Browse files
committed
chore: add comment
1 parent 6080bbb commit 4e65c2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/course-outline/data/apiHooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export const useConfigureSubsection = () => {
275275
export const useConfigureUnit = () => {
276276
const queryClient = useQueryClient();
277277
const { showToast, closeToast } = useToastContext();
278+
// We are not using useMutationWithProcessingNotification to set custom processing notification
278279
return useMutation({
279280
mutationFn: (variables: ConfigureUnitData & ParentIds) => configureCourseUnit(variables),
280281
onMutate: (variables) => {

0 commit comments

Comments
 (0)