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