fix permissions and teacher attendance workflows
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import React, { useEffect, useState, useMemo } from 'react';
|
||||
import { Card, Tabs, Table, Tag, Empty, Spin, message } from 'antd';
|
||||
import { Card, Tabs, Table, Tag, Empty, Spin } from 'antd';
|
||||
import type { ColumnsType } from 'antd/es/table';
|
||||
import api from '../../api';
|
||||
import { message } from '../../ui/app-message';
|
||||
|
||||
interface AssignedClass {
|
||||
classId: number;
|
||||
|
||||
Reference in New Issue
Block a user