@trops/dash-core 0.1.202 → 0.1.204

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.js CHANGED
@@ -17557,7 +17557,6 @@ var WidgetCardHeader = function WidgetCardHeader(_ref) {
17557
17557
  // Handle provider selection
17558
17558
  var handleProviderSelect = function handleProviderSelect(providerType, providerId) {
17559
17559
  if (providerId === "_new") {
17560
- // Trigger provider creation flow
17561
17560
  onProviderChange(providerType, null, true); // true = create new
17562
17561
  } else {
17563
17562
  onProviderChange(providerType, providerId);