This commit is contained in:
Sampath
2023-04-04 11:10:39 +05:30
31 changed files with 503 additions and 121 deletions

View File

@@ -139,14 +139,15 @@ export const TableEntity: FunctionComponent<TableEntityProps> = ({
<TooltipHost content="Edit property" id="editTooltip">
<div tabIndex={0}>
<Image
{...imageProps}
src={EditIcon}
alt="editEntity"
id="editEntity"
onClick={onEditEntity}
onKeyPress={handleKeyPress}
/>
<Image
{...imageProps}
src={EditIcon}
alt="editEntity"
id="editEntity"
onClick={onEditEntity}
tabIndex={0}
onKeyPress={handleKeyPress}
/>
</div>
</TooltipHost>