We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7018d5 commit fd3d243Copy full SHA for fd3d243
plugins/populator/frontend/public/javascripts/countly.models.js
@@ -2599,7 +2599,7 @@
2599
};
2600
2601
countlyPopulator.setSelectedFeatures = function(value) {
2602
- _featuresToPopulate = (values === "all") ? _allFeatures : value;
+ _featuresToPopulate = (value === "all") ? _allFeatures : value;
2603
2604
2605
countlyPopulator.getTemplate = function(templateId, callback) {
0 commit comments