From 9b9dc3dcc4f2a70dabf2ee2ffcd3762658afc304 Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Tue, 1 Feb 2022 13:48:00 +0530 Subject: [PATCH] Fixed a11y cassandra new row issue --- src/Common/EntityValue.tsx | 2 -- src/Common/TableEntity.tsx | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Common/EntityValue.tsx b/src/Common/EntityValue.tsx index 788e08f85..e13053336 100644 --- a/src/Common/EntityValue.tsx +++ b/src/Common/EntityValue.tsx @@ -39,7 +39,6 @@ export const EntityValue: FunctionComponent = ({ /> = ({ = ({ = ({ onChange={onEntityTypeChange} options={options} disabled={isPropertyTypeDisable} - id="entityTypeId" styles={dropdownStyles} + ariaLabel="Select Type" />