Kaynağa Gözat

Fix for cacheTimeout undefined value, #266

Torkel Ödegaard 11 yıl önce
ebeveyn
işleme
8aed1aa634

+ 1 - 1
src/app/services/graphite/graphiteDatasource.js

@@ -225,7 +225,7 @@ function (angular, _, $, config, kbn, moment) {
             }
             }
           }, this);
           }, this);
         }
         }
-        else if (value !== null) {
+        else if (value) {
           clean_options.push(key + "=" + encodeURIComponent(value));
           clean_options.push(key + "=" + encodeURIComponent(value));
         }
         }
       }, this);
       }, this);