diff --git a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx index fce3d43e7..8b5eb14e3 100644 --- a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx +++ b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx @@ -165,7 +165,6 @@ export const NewVertexComponent: FunctionComponent = (
= ( text: type, }))} onChange={(_, options: IDropdownOption) => onTypeChange(options.key.toString(), index)} + ariaLabel="Select an option" />