Skip to content

Commit 016da5a

Browse files
committed
#RI-2735 - some fixes
1 parent 14e2f71 commit 016da5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/monitor/MonitorLog/MonitorLog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const MonitorLog = () => {
4646

4747
return (
4848
<div className={styles.monitorLogWrapper}>
49-
<iframe name={DOWNLOAD_IFRAME_NAME} style={{ display: 'none' }}>Some iframe</iframe>
49+
<iframe title="downloadIframeTarget" name={DOWNLOAD_IFRAME_NAME} style={{ display: 'none' }} />
5050
<AutoSizer disableHeight>
5151
{({ width }) => (
5252
<div

0 commit comments

Comments
 (0)