We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e2f71 commit 016da5aCopy full SHA for 016da5a
redisinsight/ui/src/components/monitor/MonitorLog/MonitorLog.tsx
@@ -46,7 +46,7 @@ const MonitorLog = () => {
46
47
return (
48
<div className={styles.monitorLogWrapper}>
49
- <iframe name={DOWNLOAD_IFRAME_NAME} style={{ display: 'none' }}>Some iframe</iframe>
+ <iframe title="downloadIframeTarget" name={DOWNLOAD_IFRAME_NAME} style={{ display: 'none' }} />
50
<AutoSizer disableHeight>
51
{({ width }) => (
52
<div
0 commit comments