mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
enable rule jsx-a11y/iframe-has-title (#56292)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user