web/admin: fix propertymappings not loading correctly

closes #879

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-14 10:58:33 +02:00
parent 465750276c
commit 03e134b296
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export class PropertyMappingListPage extends TablePage<PropertyMapping> {
<ak-proxy-form
slot="form"
.args=${{
"mappingUUID": item.pk
"instancePk": item.pk
}}
type=${ifDefined(item.component)}>
</ak-proxy-form>