B: Fix edit operation form

This commit is contained in:
Ivan 2025-02-22 17:26:18 +03:00
parent 3ebcf3562b
commit 13cf86f7b5

View File

@ -47,7 +47,7 @@ export function DlgEditOperation() {
target: target.id,
item_data: {
alias: target.alias,
title: target.alias,
title: target.title,
comment: target.comment
},
arguments: target.arguments,