@embedreach/components 0.3.30 → 0.3.31
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
|
@@ -119173,7 +119173,7 @@ const ChannelDisabledWarning = ({
|
|
|
119173
119173
|
InfoTooltip,
|
|
119174
119174
|
{
|
|
119175
119175
|
alertText: "You can only change the channel if you are in the draft state.",
|
|
119176
|
-
asChild:
|
|
119176
|
+
asChild: false,
|
|
119177
119177
|
className: "cursor-not-allowed",
|
|
119178
119178
|
children: button
|
|
119179
119179
|
}
|