diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 18fbb90a..c3351eb8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,9 +4,12 @@ MISC ITEMS THAT CAME UP +todo: Can't upload a photo from phone, no error just does nothing -todo: test import User record +todo: Demo data customer names all are people names, must be using wrong faker stuff + +todo: release for v7 with datagrid issue workaround / fix if possible ............................................................ diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 0638012e..96782441 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -63,7 +63,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; //************************************************************ //************************************************************** //**************************************************************