Skip to content

Commit

Permalink
update my code
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <eric901201@gmail.com>
  • Loading branch information
Future-Outlier committed Jan 22, 2025
1 parent 290f3ae commit 8a32237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const FlyteDeckButton: FC<FlyteDeckButtonProps> = ({
}}
py={2}
>
{t('flyteDeck')}
{flyteDeckText || t('flyteDeck')}
<IconButton onClick={() => downloadLink.fetch()}>

Check warning on line 101 in packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsActions/FlyteDeckButton.tsx

View check run for this annotation

Codecov / codecov/patch

packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsActions/FlyteDeckButton.tsx#L100-L101

Added lines #L100 - L101 were not covered by tests
<RefreshIcon />
</IconButton>
Expand Down

0 comments on commit 8a32237

Please sign in to comment.