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

@@ -137,7 +137,7 @@ const courses = createResource({
})
const breadcrumbs = computed(() => {
let items = [{ label: 'All Batches', route: { name: 'Batches' } }]
let items = [{ label: 'Batches', route: { name: 'Batches' } }]
items.push({
label: batch?.data?.title,
route: { name: 'BatchDetail', params: { batchName: batch?.data?.name } },