Skip to content

Commit

Permalink
Merge pull request #261 from kubeshop/mm/fix/tracetab
Browse files Browse the repository at this point in the history
fix: pass clone test to trace
  • Loading branch information
mortada-codes authored Apr 20, 2022
2 parents 7005c7f + 4119ef2 commit a6386d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Test/Test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const TestPage = () => {
const tracePane = {
key: result.resultId,
title: `Trace #${newTabIndex}`,
content: <Trace test={test!} testResultId={result.resultId} />,
content: <Trace test={{...test!}} testResultId={result.resultId} />,
};

setTracePanes([...tracePanes, tracePane]);
Expand Down

0 comments on commit a6386d8

Please sign in to comment.