Skip to content

Commit

Permalink
fix(reference): open function invocation error log in new window (#1810)
Browse files Browse the repository at this point in the history
fix: open function invocation error log in new window
  • Loading branch information
Seth-Carter authored Dec 3, 2024
1 parent b533366 commit aecfced
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export function FunctionInvocationErrorCard({
<TextLink
testId="cf-ui-function-invocation-log-link"
icon={<ExternalLinkIcon />}
target="_blank"
alignIcon="end"
href={functionLink}
>
Expand Down

0 comments on commit aecfced

Please sign in to comment.