Skip to content

Commit 00f04ff

Browse files
fix tests
1 parent 1cee5d7 commit 00f04ff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

redisinsight/ui/src/components/upload-file/UploadFile.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ const UploadFile = (props: Props) => {
2626
}
2727

2828
return (
29-
<EuiButtonEmpty
30-
className={styles.emptyBtn}
31-
data-testid="upload-file-btn"
32-
>
33-
<label htmlFor={id} className={styles.uploadBtn}>
29+
<EuiButtonEmpty className={styles.emptyBtn}>
30+
<label htmlFor={id} className={styles.uploadBtn} data-testid="upload-file-btn">
3431
<EuiIcon className={styles.icon} type="folderOpen" />
3532
<EuiText className={styles.label}>Upload</EuiText>
3633
<input

0 commit comments

Comments
 (0)