mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-07 08:53:46 +01:00
Update NewVertexComponent.tsx
This commit is contained in:
parent
9e2ab607f7
commit
8e723df3fb
@ -205,7 +205,6 @@ export const NewVertexComponent: FunctionComponent<INewVertexComponentProps> = (
|
|||||||
role="button"
|
role="button"
|
||||||
onClick={onAddNewProperty}
|
onClick={onAddNewProperty}
|
||||||
onKeyPress={(event: React.KeyboardEvent<HTMLSpanElement>) => onAddNewPropertyKeyPress(event)}
|
onKeyPress={(event: React.KeyboardEvent<HTMLSpanElement>) => onAddNewPropertyKeyPress(event)}
|
||||||
aria-label="Add property"
|
|
||||||
>
|
>
|
||||||
<img className="refreshcol rightPaneAddPropertyImg" src={AddIcon} alt="Add property" /> Add Property
|
<img className="refreshcol rightPaneAddPropertyImg" src={AddIcon} alt="Add property" /> Add Property
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user