Skip to content

Commit

Permalink
Merge pull request #1653 from fedspendingtransparency/bug/react-check…
Browse files Browse the repository at this point in the history
…box-tree-bug-fix/issue-196

[Bug/react-checkbox-tree/package] Updates Package.json to use branch w/ bug fixed until PR is merged
  • Loading branch information
Lizzie Salita authored May 5, 2020
2 parents 9eb4a12 + 4a18b64 commit 2c0f8e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"react": "^16.8.6",
"react-addons-perf": "15.4.2",
"react-aria-modal": "^2.7.0",
"react-checkbox-tree": "^1.5.1",
"react-checkbox-tree": "github:maxwellkendall/react-checkbox-tree#bugfix/v1",
"react-copy-to-clipboard": "^5.0.1",
"react-custom-scrollbars": "^4.1.2",
"react-day-picker": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/js/GlobalConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const globalConstants = {
LOCAL_ROOT: "",
GITHUB: "",
LOCAL: false,
DEV: (process.env.ENV === 'dev'),
DEV: (process.env.ENV === 'dev' || process.env.ENV === 'sandbox'),
KEYWORD_AVAILABLE: true,
PERF_LOG: false,
OVERRIDE_FISCAL_YEAR: false,
Expand Down

0 comments on commit 2c0f8e9

Please sign in to comment.