fix: assignment should be uploaded as private file
This commit is contained in:
@@ -152,6 +152,7 @@ const show = defineModel<boolean>({ default: false })
|
||||
const searchFilter = ref<string | null>(null)
|
||||
type Filters = {
|
||||
course: string | undefined
|
||||
|
||||
member_name?: string[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user