8.0.3 release

This commit is contained in:
2022-08-16 02:45:32 +00:00
parent 50be17e89d
commit d62356fd2f
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//**************************************************************
//DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE
//************************************************************
const DEV_MODE = true;
const DEV_MODE = false;
//************************************************************
//**************************************************************
//**************************************************************