Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-12-10 14:05:39 +01:00
parent 36f2353878
commit 8fc0df4a0a
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -61,7 +61,7 @@ async function getAttributePresenter (client: Client, _class: Ref<Class<Obj>>, k
}
const presenter = await getResource(presenterMixin.presenter)
return {
key: key,
key: typeof preserveKey === 'string' ? preserveKey : '',
_class: attrClass,
label: attribute.label,
presenter