We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258b72c commit 33899dbCopy full SHA for 33899db
packages/cmk-frontend-vue/src/form/components/utils/configuration_entity.ts
@@ -77,7 +77,7 @@ export const configEntityAPI = {
77
LIST_CONFIG_ENTITIES(entityType, entityTypeSpecifier),
78
'GET'
79
)
80
- const values: { id: string; title: string }[] = await response.json()
+ const values: { id: string; title: string }[] = (await response.json()).value
81
await response.raiseForStatus()
82
const entities = values.map((entity) => ({
83
ident: entity.id,
0 commit comments