From 85bd63f1a4c63ef44f631fb76ca26d954bc2568b Mon Sep 17 00:00:00 2001 From: Sampath Date: Wed, 31 May 2023 13:04:48 +0530 Subject: [PATCH] arialabel added to the add property button --- src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx index 781387e3e..8d1da6872 100644 --- a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx +++ b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx @@ -205,6 +205,7 @@ export const NewVertexComponent: FunctionComponent = ( role="button" onClick={onAddNewProperty} onKeyPress={(event: React.KeyboardEvent) => onAddNewPropertyKeyPress(event)} + aria-label="Add property" > Add property Add Property