pxengine 0.1.69 → 0.1.70

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/index.mjs CHANGED
@@ -37652,9 +37652,6 @@ var CampaignSeedCard = React95.memo(
37652
37652
  return providedFields || buildCampaignSeedFields(data);
37653
37653
  }, [providedFields, data]);
37654
37654
  const handleProceed = () => {
37655
- if (sendMessage) {
37656
- sendMessage("Continue to concepts");
37657
- }
37658
37655
  onAction?.({
37659
37656
  type: "brief_confirmation",
37660
37657
  value: "Continue to concepts",