mirror of
https://github.com/smartyellow/status.git
synced 2024-11-21 23:19:01 +01:00
Dispatch openitem
This commit is contained in:
parent
6f32a9eb3b
commit
e11645932d
@ -219,7 +219,7 @@ function previewItem() {
|
||||
|
||||
<PanelManager>
|
||||
<Panel>
|
||||
<Form bind:data={item} prefix={$prefix} {api} {form} {readonly} {modified} {language} {translate} {errors} {debug} {notifications} on:save={saveChanges} />
|
||||
<Form bind:data={item} prefix={$prefix} {api} {form} {readonly} {modified} {language} {translate} {errors} {debug} {notifications} on:save={saveChanges} on:openitem />
|
||||
</Panel>
|
||||
{#if preview}
|
||||
<Panel width="50%">
|
||||
|
Loading…
Reference in New Issue
Block a user