@trops/dash-core 0.1.202 → 0.1.203
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.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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);
|