@embedreach/components 0.2.64 → 0.2.65
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 +0 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -86437,7 +86437,6 @@ 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
|
-
asChild: true,
|
|
86441
86440
|
children: sendText
|
|
86442
86441
|
}
|
|
86443
86442
|
) }) });
|