mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
workign on file upload
This commit is contained in:
@@ -83,21 +83,6 @@ export default function EditAssignment({
|
||||
previousAssignmentName: assignmentName,
|
||||
courseName,
|
||||
});
|
||||
// .then(async () => {
|
||||
// // await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
|
||||
// if (updatedAssignment.name !== assignmentName)
|
||||
// router.replace(
|
||||
// getModuleItemUrl(
|
||||
// courseName,
|
||||
// moduleName,
|
||||
// "assignment",
|
||||
// updatedAssignment.name
|
||||
// ), {
|
||||
|
||||
// }
|
||||
// );
|
||||
// });
|
||||
} else {
|
||||
console.log(
|
||||
"client not authoritative, updating client with server assignment",
|
||||
|
||||
Reference in New Issue
Block a user