Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ed6b7a7

Browse files
author
Parth Shah
committed
udpating webpack cofnig
1 parent b59c5ff commit ed6b7a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/directives/tc-fp-file-input/tc-fp-file-input.directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import _ from 'lodash'
5555

5656
// set default services
5757
scope.fpServices = scope.fpServices || 'COMPUTER,GOOGLE_DRIVE,BOX,DROPBOX'
58-
scope.fpContainer = CONSTANTS.FILE_PICKER_SUBMISSION_CONTAINER_NAME || 'submission-staging-dev'
58+
scope.fpContainer = CONSTANTS.FILE_PICKER_SUBMISSION_CONTAINER_NAME
5959

6060
// set max size
6161
scope.maxSize = 500 * 1024 * 1024

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"angular-mocks": "^1.4.9",
12-
"appirio-tech-webpack-config": "^0.3.6",
12+
"appirio-tech-webpack-config": "^0.3.8",
1313
"babel-polyfill": "^6.7.2",
1414
"bardjs": "^0.1.8",
1515
"bower": "^1.6.8",

0 commit comments

Comments
 (0)