mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Update AddTableEntityPanel.tsx
This commit is contained in:
@@ -295,9 +295,8 @@ export const AddTableEntityPanel: FunctionComponent<AddTableEntityPanelProps> =
|
|||||||
className="addButtonEntiy"
|
className="addButtonEntiy"
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
onKeyPress={handlekeypressaddentity}
|
onKeyPress={handlekeypressaddentity}
|
||||||
aria-label="Add Property"
|
|
||||||
>
|
>
|
||||||
<Image {...imageProps} src={AddPropertyIcon} alt="Add Property" />
|
<Image {...imageProps} src={AddPropertyIcon} alt="Add Entity" />
|
||||||
<Text className="addNewParamStyle">{getAddButtonLabel(userContext.apiType)}</Text>
|
<Text className="addNewParamStyle">{getAddButtonLabel(userContext.apiType)}</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user