dev/full-email
Lei OT 5 months ago
parent 07e1819743
commit b16a2c4c8c

@ -180,7 +180,6 @@ const InputTemplate = ({ disabled = false, invokeSendMessage, channel }) => {
// : customer, agent
const valueMapped = { ...cloneDeep(currentConversation), ...objectMapper(loginUser, { usernameEN: [{ key: 'agent_name' }, { key: 'your_name' }, { key: 'your_name1' }, { key: 'your_name2' }] }), ...{ order_number: currentConversation.coli_id } };
console.log(valueMapped);
useEffect(() => {
setDataSource([]);
// setDataSource(templates);

Loading…
Cancel
Save