fix: API ObjectMetadata labelSingular and labelPlural which eventually solves typo in dropdown (#7614)

## ISSUE 

- Closes #7478 

## Description 

- Fixes typo in dropdown + in general any apikeys label around.
This commit is contained in:
Nabhag Motivaras
2024-10-13 23:07:39 +05:30
committed by GitHub
parent da7a394e0c
commit 508252b14c
2 changed files with 6 additions and 6 deletions

View File

@ -1868,9 +1868,9 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
"dataSourceId": "d8a38ce6-6ac9-4c10-b55f-408386f86290",
"nameSingular": "apiKey",
"namePlural": "apiKeys",
"labelSingular": "Api Key",
"labelPlural": "Api Keys",
"description": "An api key",
"labelSingular": "API Key",
"labelPlural": "API Keys",
"description": "An API key",
"icon": "IconRobot",
"isCustom": false,
"isRemote": false,