more options in delete entity dialog is not accessible through keyboard

This commit is contained in:
Sampath 2022-12-26 20:00:13 +05:30
parent 610b559469
commit 23a05ef18e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export const PanelInfoErrorComponent: React.FunctionComponent<PanelInfoErrorProp
)}
</Text>
{showErrorDetails && (
<a className="paneErrorLink" role="link" onClick={expandConsole}>
<a className="paneErrorLink" role="link" onClick={expandConsole} tabIndex={0} onKeyPress={expandConsole}>
More details
</a>
)}