Skip to content

Commit

Permalink
Merge pull request #478 from uw-it-aca/task/submit-grades
Browse files Browse the repository at this point in the history
refactor graderoster component
  • Loading branch information
jlaney authored Aug 22, 2024
2 parents 20c3c02 + 1e2d661 commit 935cefe
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 228 deletions.
213 changes: 0 additions & 213 deletions course_grader_vue/components/graderoster.vue

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@ export default {
required: true,
},
},
setup() {
return {
formatLongDateTime,
};
},
};
</script>
Loading

0 comments on commit 935cefe

Please sign in to comment.