mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
B: Fix edit operation form
This commit is contained in:
parent
3ebcf3562b
commit
13cf86f7b5
|
@ -47,7 +47,7 @@ export function DlgEditOperation() {
|
||||||
target: target.id,
|
target: target.id,
|
||||||
item_data: {
|
item_data: {
|
||||||
alias: target.alias,
|
alias: target.alias,
|
||||||
title: target.alias,
|
title: target.title,
|
||||||
comment: target.comment
|
comment: target.comment
|
||||||
},
|
},
|
||||||
arguments: target.arguments,
|
arguments: target.arguments,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user