Skip to content

Commit bd998b3

Browse files
committed
ansi support for attachments
1 parent bd3932d commit bd998b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-awesome/src/components/TestResult/TrSteps/TrAttachment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const TrAttachment: FunctionComponent<{
109109
{isOpened && isValidComponentType && (
110110
<div className={styles["test-result-attachment-content-wrapper"]}>
111111
<div className={styles["test-result-attachment-content"]} role={"button"} onClick={expandAttachment}>
112-
<Attachment item={item} previewable={true} />
112+
<Attachment item={item} />
113113
</div>
114114
</div>
115115
)}

0 commit comments

Comments
 (0)