datasync-dynamic-form 1.1.22 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DsDynamicForm.js +1 -1
- package/package.json +1 -1
package/dist/DsDynamicForm.js
CHANGED
|
@@ -14,7 +14,7 @@ import { CTimeStamp, Randomize, SaveDataTierToDatasync, WScrollTo } from "datasy
|
|
|
14
14
|
import { DsBlob } from "datasync-blob";
|
|
15
15
|
// reactstrap components
|
|
16
16
|
import { Button, Label, FormGroup, Input, InputGroupText, InputGroup, Row as ReactstrapRow, Col as ReactstrapCol, } from "reactstrap";
|
|
17
|
-
const debugging =
|
|
17
|
+
const debugging = false;
|
|
18
18
|
const local = true;
|
|
19
19
|
const production = !local;
|
|
20
20
|
const globals = {
|
package/package.json
CHANGED