src/app/routes/reports/query/query.component.ts
@@ -370,7 +370,7 @@ return sensor.name; } ); this._sensorNames = sensorNameList.join(','); this._sensorNames = sensorNameList.join(', '); }, 1); } public setTimeUnit(val: {label: string, value: TimeUnits} ) {