discourse-data-explorer/test/javascripts/integration/components
Isaac Janzen 85c88c5d80
DEV: Better handling of no results (#205)
When there were no query results it would throw an error due to `this.resultCount` always passing as it is in the format of

```
"INTEGER - results returned"
```

so we need to grab the first index of the string and check if the integer is great than 0
2022-12-20 16:55:11 -06:00
..
data-explorer-bar-chart-test.js DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
query-result-test.js DEV: Better handling of no results (#205) 2022-12-20 16:55:11 -06:00