web/admin: fix propertymappings not loading correctly
closes #879 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
465750276c
commit
03e134b296
|
@ -73,7 +73,7 @@ export class PropertyMappingListPage extends TablePage<PropertyMapping> {
|
||||||
<ak-proxy-form
|
<ak-proxy-form
|
||||||
slot="form"
|
slot="form"
|
||||||
.args=${{
|
.args=${{
|
||||||
"mappingUUID": item.pk
|
"instancePk": item.pk
|
||||||
}}
|
}}
|
||||||
type=${ifDefined(item.component)}>
|
type=${ifDefined(item.component)}>
|
||||||
</ak-proxy-form>
|
</ak-proxy-form>
|
||||||
|
|
Reference in New Issue