Skip to content

Commit

Permalink
chore: pass mapped item
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 18, 2023
1 parent 38f2d24 commit 74d7868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const MapTaskExecutionDetails: React.FC<
headerText={headerText}
phase={item.phase ?? TaskExecutionPhase.UNDEFINED}
logs={item.logs ?? []}
mappedItem={item}
/>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ interface TaskExecutionLogsCardProps {
headerText: string;
phase: TaskExecutionPhase;
logs: Core.ITaskLog[];
mappedItem?: any;
}

export const TaskExecutionLogsCard: React.FC<
Expand Down

0 comments on commit 74d7868

Please sign in to comment.