@camunda/play 0.0.8-rc.1 → 0.0.8
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/build/play.js +1 -1
- package/package.json +1 -1
package/build/play.js
CHANGED
|
@@ -28770,7 +28770,7 @@ const N_ = ({
|
|
|
28770
28770
|
S1,
|
|
28771
28771
|
{
|
|
28772
28772
|
size: "xl",
|
|
28773
|
-
onClick: () => e?.(),
|
|
28773
|
+
onClick: () => e?.(!0),
|
|
28774
28774
|
children: "View errors in Implement mode"
|
|
28775
28775
|
}
|
|
28776
28776
|
) }),
|