Skip to content

Commit

Permalink
EPMRPP-89999 || sonar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim73i committed May 21, 2024
1 parent 5b4ed33 commit e458db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const ImportFileIcon = ({
)}
</div>
{!(uploaded || isLoading) && (
<div className={cx('file-delete')} onClick={deleteHandler}>
<div className={cx('file-delete')} onClick={deleteHandler} onKeyDown={deleteHandler}>
{Parser(DeleteIcon)}
</div>
)}
Expand Down

0 comments on commit e458db5

Please sign in to comment.