Added the ability to enable/disable a user as well as deleting an exam
This commit is contained in:
@@ -48,7 +48,7 @@ export default function Lists({user}: {user: User}) {
|
||||
<UserList user={user} />
|
||||
</Tab.Panel>
|
||||
<Tab.Panel className="overflow-y-scroll max-h-[600px] rounded-xl scrollbar-hide shadow">
|
||||
<ExamList />
|
||||
<ExamList user={user} />
|
||||
</Tab.Panel>
|
||||
<Tab.Panel className="overflow-y-scroll max-h-[600px] rounded-xl scrollbar-hide shadow">
|
||||
<GroupList user={user} />
|
||||
|
||||
Reference in New Issue
Block a user