Skip to content

Commit

Permalink
wip: ci-12
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbraceAn committed Nov 4, 2024
1 parent bf74a1e commit 21f532e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import TaskSiderProject from '@/assets/task/taskSiderProject.png';
import TaskSelectdDefualt from '@/assets/task/taskSelectdDefualt.png';
import TaskSelectdProject from '@/assets/task/taskSelectdProject.png';

import { CommonTasksColumns } from './compoments/Columns';
import { ListSiderContext } from './compoments/ListSiderContext';
import { CommonTasksColumns } from './compoment/Columns';
import { ListSiderContext } from './compoment/ListSiderContext';
import { TaskGrounpResponse } from '@/apis/task/types';

import { options, siderTaskGrounpAllList } from './utils/data';
Expand All @@ -22,7 +22,7 @@ import { StartUpScriptModal as CreateTaskModal } from '../TaskScript/compoment/S

const { Group } = Radio;

const List: FC = () => {
const TaskList: FC = () => {
const [page] = WizardTable.usePage();

const openCreateTaskModalRef = useRef<UseModalRefType>(null);
Expand Down Expand Up @@ -207,4 +207,4 @@ const List: FC = () => {
);
};

export { List };
export { TaskList };
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/pages/taskList/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { List } from './List';
import { TaskList } from './TaskList';

export default List;
export default TaskList;

0 comments on commit 21f532e

Please sign in to comment.