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 1a810a2 commit bd4e379Copy full SHA for bd4e379
plugins/sdk/frontend/public/javascripts/countly.views.js
@@ -774,7 +774,7 @@
774
URL.revokeObjectURL(url);
775
},
776
onPresetChange(key, preset) {
777
- log("SDK:onPresetChange", { key: key, preset: preset && preset.name });
+ log("SDK:onPresetChange", { key: key, preset: preset.name });
778
this.getData[key].value = preset.name;
779
if (this.diff.indexOf(key) === -1) {
780
this.diff.push(key);
0 commit comments