web/admin: fix flow form not loading data

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-20 01:09:50 +02:00
parent 63e3667e82
commit 349a5b2d00
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export class FlowListPage extends TablePage<Flow> {
<span slot="header">
${t`Update Flow`}
</span>
<ak-flow-form slot="form" .instancePk=${item.pk}>
<ak-flow-form slot="form" .instancePk=${item.slug}>
</ak-flow-form>
<button slot="trigger" class="pf-c-button pf-m-secondary">
${t`Edit`}