feat: assignment submission list

This commit is contained in:
Jannat Patel
2024-12-26 11:28:32 +05:30
parent a44f59c362
commit 85f85063ac
4 changed files with 4 additions and 4 deletions

View File

@@ -229,7 +229,7 @@ const batch = createResource({
})
const breadcrumbs = computed(() => {
let crumbs = [{ label: 'All Batches', route: { name: 'Batches' } }]
let crumbs = [{ label: 'Batches', route: { name: 'Batches' } }]
if (!isStudent.value) {
crumbs.push({
label: 'Details',