Skip to content

Commit

Permalink
- checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Dec 12, 2024
1 parent 6631373 commit 3e7540f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/components/snapshot/redux/utilitySnapshotShapes.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export const SNAPSHOT_VALUES_TO_BE_DELETED = {
rhsDataIsLoading: true,
rhsDataIsLoaded: false,
proteinIsLoading: false,
proteinIsLoaded: false
proteinIsLoaded: false,
compound_identifiers: []
},
nglReducers: {
objectsInView: {},
Expand Down Expand Up @@ -69,7 +70,8 @@ export const SNAPSHOT_VALUES_NOT_TO_BE_DELETED_SWITCHING_TARGETS = {
moleculeTags: [],
tagList: [],
categoryList: [],
lhs_compounds_list: []
lhs_compounds_list: [],
compound_identifiers: []
},
datasetsReducers: {
datasets: [],
Expand Down

0 comments on commit 3e7540f

Please sign in to comment.