Update TableEntity.tsx

This commit is contained in:
MokireddySampath
2023-05-23 16:55:07 +05:30
committed by GitHub
parent a18477dc50
commit 2b559fbb83

View File

@@ -143,6 +143,7 @@ export const TableEntity: FunctionComponent<TableEntityProps> = ({
src={EditIcon} src={EditIcon}
alt="editEntity" alt="editEntity"
onClick={onEditEntity} onClick={onEditEntity}
tabIndex={0}
onKeyPress={handleKeyPress} onKeyPress={handleKeyPress}
/> />
</div> </div>