outline has been restored to choose columns link in entities page

This commit is contained in:
Sampath
2023-05-22 18:05:39 +05:30
parent 93392c8795
commit c8310021bc
2 changed files with 1 additions and 2 deletions

View File

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