We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04fd8d3 + cf8276d commit 40bbd3dCopy full SHA for 40bbd3d
client/src/components/pages/flow-detail/node-dialog/message.tsx
@@ -84,6 +84,7 @@ export const MessageDialogContent = () => {
84
[currentLang]: {
85
...selectedNode?.data.contents[currentLang],
86
message: debounce,
87
+ type: EMessageTypes.TEXT,
88
},
89
90
@@ -156,6 +157,7 @@ export const MessageDialogContent = () => {
156
157
clonedNode.data.contents[currentLang] = {
158
...clonedNode.data.contents[currentLang],
159
buttons,
160
+ type: EMessageTypes.BUTTONS,
161
}
162
163
handleChangeSelectedNode(clonedNode)
0 commit comments