Fixed a11y graph properties type issue

This commit is contained in:
vaidankarswapnil 2022-01-31 16:01:50 +05:30
parent 4728dc48d7
commit 7248678f6e
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ export class EditorNodePropertiesComponent extends React.Component<EditorNodePro
this.props.onUpdateProperties(this.props.editedProperties);
}}
required
aria-label="Select Type"
>
{EditorNodePropertiesComponent.VERTEX_PROPERTY_TYPES.map((type: string) => (
<option value={type} key={type}>