Commit 44001dd8 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 编辑对话名称

See merge request !14
parents 1dc6a384 2780da03
......@@ -106,7 +106,7 @@ async function handleSaveDigitalHumanDialogueTitle() {
return
}
digitalHumanDialogueConfig.value.baseInfo.title = digitalHumanDialogueTitle.value
saveDialoguePayload.value.baseInfo.title = digitalHumanDialogueTitle.value
const res = await fetchSaveDigitalHumanDialogueConfig<DigitalHumanDialogueConfig>(saveDialoguePayload.value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment