Skip to content

Commit

Permalink
fix: report download item
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jan 13, 2025
1 parent 390e5cf commit d5db4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/ee/task/components/TaskScope.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TaskState } from 'tg.component/task/TaskState';
import { AvatarImg } from 'tg.component/common/avatar/AvatarImg';
import React from 'react';
import { UserName } from 'tg.component/common/UserName';
import { File06 } from '@untitled-ui/icons-react';
import { FileDownload03 } from '@untitled-ui/icons-react';
import { useTaskReport } from './utils';

type TaskModel = components['schemas']['TaskModel'];
Expand Down Expand Up @@ -59,7 +59,7 @@ export const TaskScope = ({ task, perUserData, projectId }: Props) => {
onClick={() => downloadReport(projectId, task)}
sx={{ margin: -1, position: 'relative', left: -8 }}
>
<File06 />
<FileDownload03 />
</IconButton>
</Tooltip>

Expand Down

0 comments on commit d5db4a7

Please sign in to comment.