This commit is contained in:
2020-12-11 01:10:02 +00:00
parent 6972b8c06a
commit 3abae52c34
2 changed files with 5 additions and 2 deletions

View File

@@ -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
............................................................

View File

@@ -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;
//************************************************************
//**************************************************************
//**************************************************************