File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ const rootReducer = function (state = initialState, action) {
182182 textSearchError : false ,
183183 infernalStatus : "loading" ,
184184 infernalEntries : [ ] ,
185+ infernalAlignmentsCollapsed : true ,
185186 exactMatch : null ,
186187 filter : "" ,
187188 } ) ;
@@ -228,6 +229,7 @@ const rootReducer = function (state = initialState, action) {
228229 textSearchError : false ,
229230 infernalStatus : "notSubmitted" ,
230231 infernalEntries : [ ] ,
232+ infernalAlignmentsCollapsed : true ,
231233 fileUpload : false ,
232234 rnacentral : false ,
233235 } ) ;
@@ -251,6 +253,7 @@ const rootReducer = function (state = initialState, action) {
251253 textSearchError : false ,
252254 infernalStatus : "notSubmitted" ,
253255 infernalEntries : [ ] ,
256+ infernalAlignmentsCollapsed : true ,
254257 fileUpload : false ,
255258 rnacentral : false ,
256259 } ) ;
@@ -275,6 +278,7 @@ const rootReducer = function (state = initialState, action) {
275278 textSearchError : false ,
276279 infernalStatus : "notSubmitted" ,
277280 infernalEntries : [ ] ,
281+ infernalAlignmentsCollapsed : true ,
278282 fileUpload : false ,
279283 exactMatch : null ,
280284 rnacentral : false ,
You can’t perform that action at this time.
0 commit comments