diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b8e23385..a4fd9bb5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,6 +3,7 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +todo: update front end report processor javascript libs for market and dompurify todo: breaking change in latest vuetify with integer bound to v-text-field have kept this version awaiting fix, reported https://github.com/vuetifyjs/vuetify/pull/12451 diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 957229ce..6643c286 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -61,7 +61,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************