Searched refs:resultQuery (Results 1 – 2 of 2) sorted by relevance
131 let resultQuery = this.metricOptionalSelects?.filter((item) => { variable134 if (!resultQuery || resultQuery.length === 0) {137 this.initMetric(resultQuery[0]);
124 let resultQuery = this.metricOptionalSelects?.filter((item) => { variable127 if (!resultQuery || resultQuery.length < 1) return;128 this.initMetric(resultQuery[0]);