Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Rename export
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Sep 18, 2023
1 parent 5a0ce9d commit ac9fe1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/task/TaskTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { queryString } from "utils";
import { BuildBaron } from "./taskTabs/BuildBaron";
import { useBuildBaronVariables } from "./taskTabs/buildBaronAndAnnotations";
import { ExecutionTasksTable } from "./taskTabs/ExecutionTasksTable";
import FilesTable from "./taskTabs/FileTable";
import FileTable from "./taskTabs/FileTable";
import { Logs } from "./taskTabs/Logs";
import { TestsTable } from "./taskTabs/TestsTable";

Expand Down Expand Up @@ -115,7 +115,7 @@ export const TaskTabs: React.FC<TaskTabProps> = ({ isDisplayTask, task }) => {
data-cy="task-files-tab"
key="task-files-tab"
>
<FilesTable taskId={id} execution={execution} />
<FileTable taskId={id} execution={execution} />
</Tab>
),
[TaskTab.Annotations]: (
Expand Down

0 comments on commit ac9fe1a

Please sign in to comment.