Compare commits

...

1 Commits

Author SHA1 Message Date
vaidankarswapnil
7248678f6e Fixed a11y graph properties type issue 2022-01-31 16:01:50 +05:30

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}>