mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
enable rule jsx-a11y/iframe-has-title
(#56292)
This commit is contained in:
parent
a7de5182b0
commit
d293055ef6
@ -79,7 +79,7 @@
|
||||
"jsx-a11y/click-events-have-key-events": "off",
|
||||
"jsx-a11y/heading-has-content": "error",
|
||||
"jsx-a11y/html-has-lang": "error",
|
||||
"jsx-a11y/iframe-has-title": "off",
|
||||
"jsx-a11y/iframe-has-title": "error",
|
||||
"jsx-a11y/img-redundant-alt": "error",
|
||||
"jsx-a11y/interactive-supports-focus": [
|
||||
"off",
|
||||
|
@ -202,6 +202,7 @@ export function HelpWizard({ panel, plugin, onClose }: Props) {
|
||||
{({ height }) => (
|
||||
<>
|
||||
<iframe
|
||||
title="Support snapshot preview"
|
||||
src={`${config.appUrl}dashboard/new?orgId=${contextSrv.user.orgId}&kiosk&${snapshotUpdate}`}
|
||||
width="100%"
|
||||
height={height - 100}
|
||||
|
Loading…
Reference in New Issue
Block a user