@embedreach/components 0.2.65 → 0.2.66
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
|
@@ -86437,7 +86437,7 @@ const AutomationsEditorHeader = ({ showBackButton, onDuplicationCreated, onBefor
|
|
|
86437
86437
|
variant: "outline",
|
|
86438
86438
|
className: "flex items-center gap-2 cursor-not-allowed",
|
|
86439
86439
|
disabled: true,
|
|
86440
|
-
children: sendText
|
|
86440
|
+
children: /* @__PURE__ */ jsx("span", { children: sendText })
|
|
86441
86441
|
}
|
|
86442
86442
|
) }) });
|
|
86443
86443
|
};
|