We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3932d commit bd998b3Copy full SHA for bd998b3
packages/web-awesome/src/components/TestResult/TrSteps/TrAttachment.tsx
@@ -109,7 +109,7 @@ export const TrAttachment: FunctionComponent<{
109
{isOpened && isValidComponentType && (
110
<div className={styles["test-result-attachment-content-wrapper"]}>
111
<div className={styles["test-result-attachment-content"]} role={"button"} onClick={expandAttachment}>
112
- <Attachment item={item} previewable={true} />
+ <Attachment item={item} />
113
</div>
114
115
)}
0 commit comments