@embedreach/components 0.2.40 → 0.2.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -85760,6 +85760,8 @@ const AutomationsEditorHeader = ({ showBackButton, onDuplicationCreated, onBefor
85760
85760
  (sender) => sender.channelSender.id === communicationGroup?.smsChannelSenderId
85761
85761
  );
85762
85762
  if (!automation2.triggerMetadata || automation2.triggerMetadata?.triggerType === AutomationTriggerType.ONE_TIME && !automation2.triggerMetadata?.scheduledAt || !communicationGroup?.emailChannelSenderId && !communicationGroup?.smsChannelSenderId || smsChannelSender && smsChannelSender?.smsApplication && smsChannelSender?.smsApplication?.status !== SmsRegistrationApplicationStatus.APPROVED) {
85763
+ console.log(`>>SmsChannelSender`, smsChannelSender);
85764
+ console.log(`>>automation`, automation2);
85763
85765
  const renderInfoTooltip = () => {
85764
85766
  if (smsChannelSender?.smsApplication && smsChannelSender.smsApplication?.status !== SmsRegistrationApplicationStatus.APPROVED) {
85765
85767
  return /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",