@trops/dash-core 0.1.281 → 0.1.282
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 +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6416,7 +6416,7 @@ var WizardDiscoverStep = function WizardDiscoverStep(_ref) {
|
|
|
6416
6416
|
onClick: function onClick() {
|
|
6417
6417
|
return handleToggleCategory(tag);
|
|
6418
6418
|
},
|
|
6419
|
-
|
|
6419
|
+
active: filters.categories.includes(tag)
|
|
6420
6420
|
}, tag);
|
|
6421
6421
|
})
|
|
6422
6422
|
})]
|
|
@@ -6433,7 +6433,7 @@ var WizardDiscoverStep = function WizardDiscoverStep(_ref) {
|
|
|
6433
6433
|
onClick: function onClick() {
|
|
6434
6434
|
return handleToggleProvider(prov.key);
|
|
6435
6435
|
},
|
|
6436
|
-
|
|
6436
|
+
active: filters.providers.includes(prov.key)
|
|
6437
6437
|
}, prov.key);
|
|
6438
6438
|
})
|
|
6439
6439
|
})]
|