mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
Merge pull request #609 from hcengineering/fix-608
BuildModel fix (fix #608)
This commit is contained in:
commit
ec33531e32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user