Merge remote-tracking branch 'origin/main'

# Conflicts:
#	src/channel/bubbleMsgUtils.js
dev/supplier-email-drawer
Lei OT 9 months ago
commit 8c5db33155

@ -177,7 +177,7 @@ const websocketSlice = (set, get) => ({
// addError('Error Connecting to Server');
resultType = 'error';
}
// console.log(resultType, '----result.type');
const msgObj = receivedMsgTypeMapped[resultType].getMsg(result);
const msgRender = receivedMsgTypeMapped[resultType].contentToRender(msgObj);
const msgUpdate = receivedMsgTypeMapped[resultType].contentToUpdate(msgObj);

Loading…
Cancel
Save