Fixed a11y graph properties type issue
This commit is contained in:
parent
4728dc48d7
commit
7248678f6e
|
@ -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}>
|
||||
|
|
Loading…
Reference in New Issue