@algenium/blocks 1.19.0 → 1.19.1

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.cjs CHANGED
@@ -6651,6 +6651,8 @@ function EventDialog({
6651
6651
  referenceId: referenceId || null
6652
6652
  });
6653
6653
  onOpenChange(false);
6654
+ } catch (err) {
6655
+ console.error("[EventDialog] Failed to save event:", err);
6654
6656
  } finally {
6655
6657
  setSaving(false);
6656
6658
  }