yusuketk 5 tahun lalu
induk
melakukan
869a62f72d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/client/js/services/AdminAppContainer.js

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

@@ -110,7 +110,7 @@ export default class AdminAppContainer extends Container {
     });
     });
 
 
     // if isFileUploadEnvPrioritized is true, get fileUploadType from only env var and make the forms fixed.
     // if isFileUploadEnvPrioritized is true, get fileUploadType from only env var and make the forms fixed.
-    // and if env var 'FILE_UPLOAD' is not set, envFileUploadType is 'aws' that is default value of 'FILE_UPLOAD'.
+    // and if env var 'FILE_UPLOAD' is null, envFileUploadType is 'aws' that is default value of 'FILE_UPLOAD'.
     if (appSettingsParams.isFileUploadEnvPrioritized) {
     if (appSettingsParams.isFileUploadEnvPrioritized) {
       this.setState({ fileUploadType: appSettingsParams.envFileUploadType });
       this.setState({ fileUploadType: appSettingsParams.envFileUploadType });
       this.setState({ isFixedFileUploadByEnvVar: true });
       this.setState({ isFixedFileUploadByEnvVar: true });