@embedreach/components 0.2.11 → 0.2.12
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.
- package/dist/chunks/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -85512,7 +85512,7 @@ const AutomationFlowMain = () => {
|
|
|
85512
85512
|
},
|
|
85513
85513
|
actionData.actionData.actionMetadata?.currentActionId ?? index2
|
|
85514
85514
|
)),
|
|
85515
|
-
automation2.triggerType === AutomationTriggerType.ONE_TIME && /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-3", children: /* @__PURE__ */ jsx(AutomationEditorTrigger, {}) })
|
|
85515
|
+
automation2.triggerType === AutomationTriggerType.ONE_TIME && /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-3", children: /* @__PURE__ */ jsx(AutomationEditorTrigger, {}) }, "one-time-trigger")
|
|
85516
85516
|
] }) })
|
|
85517
85517
|
] });
|
|
85518
85518
|
};
|