Browse Source

add dummy for error

yusuketk 5 years ago
parent
commit
b226bce689
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client/js/services/AdminAppContainer.js

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

@@ -11,6 +11,7 @@ export default class AdminAppContainer extends Container {
 
     this.appContainer = appContainer;
     this.dummyTitle = 0;
+    this.dummyTitleForError = 1;
 
     this.state = {
       retrieveError: null,