Browse Source

fix fileUpload state '' to true

zahmis 5 years ago
parent
commit
afe9bf8313
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/services/AdminAppContainer.js

+ 1 - 1
src/client/js/services/AdminAppContainer.js

@@ -20,7 +20,7 @@ export default class AdminAppContainer extends Container {
       confidential: '',
       globalLang: '',
       isEmailPublishedForNewUser: true,
-      fileUpload: '',
+      fileUpload: true,
 
       siteUrl: '',
       envSiteUrl: '',