Closed trotha01 closed 4 years ago
Describe the bug When using the sandbox to create a chart, then adding it to the dashboard, causes the error 'query' is not defined
'query' is not defined
To Reproduce Steps to reproduce the behavior:
cubejs create react-dashboard -d postgres
CUBEJS_DB_NAME=ecom CUBEJS_DB_USER=test CUBEJS_DB_PASS=test CUBEJS_WEB_SOCKETS=true CUBEJS_DB_TYPE=postgres CUBEJS_API_SECRET=SECRET
src/pages/DashboardPage.js
Expected behavior I expect that adding a chart to the dashboard does not cause errors.
Screenshots
Version:
$ cubejs --version 0.23.7
Additional context Add any other context about the problem here.
Fixed in 0.23.10
0.23.10
Describe the bug When using the sandbox to create a chart, then adding it to the dashboard, causes the error
'query' is not defined
To Reproduce Steps to reproduce the behavior:
cubejs create react-dashboard -d postgres
'query' is not defined
src/pages/DashboardPage.js
and noting that query is not defined.Expected behavior I expect that adding a chart to the dashboard does not cause errors.
Screenshots
Version:
Additional context Add any other context about the problem here.