analytica-frontend-lib 1.1.51 → 1.1.52

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
@@ -11048,7 +11048,7 @@ var NotificationCenter = ({
11048
11048
  onRetry,
11049
11049
  onMarkAsReadById,
11050
11050
  onDeleteById,
11051
- onNavigateById: (entityType, entityId) => handleNavigate(entityType, entityId, onToggleActive),
11051
+ onNavigateById: (entityType, entityId) => handleNavigate(entityType, entityId),
11052
11052
  getActionLabel,
11053
11053
  renderEmpty: renderEmptyState
11054
11054
  }