Update AddTableEntityPanel.tsx

This commit is contained in:
MokireddySampath
2023-05-31 14:54:26 +05:30
committed by GitHub
parent b4c0e29c04
commit 0fd7129d2f

View File

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