From 8e723df3fb4c5e87fc6bb85479ebab328399dc7c Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 31 May 2023 14:51:35 +0530 Subject: [PATCH] Update NewVertexComponent.tsx --- src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx index 8d1da6872..781387e3e 100644 --- a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx +++ b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx @@ -205,7 +205,6 @@ export const NewVertexComponent: FunctionComponent = ( role="button" onClick={onAddNewProperty} onKeyPress={(event: React.KeyboardEvent) => onAddNewPropertyKeyPress(event)} - aria-label="Add property" > Add property Add Property