Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Website
Commits
b4091b6d
Commit
b4091b6d
authored
Feb 25, 2019
by
Viacheslav Pavlov
Browse files
Subset: accession list
parent
d7deb5df
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/datasets/reducers/dashboard.ts
View file @
b4091b6d
...
...
@@ -75,7 +75,7 @@ function datasetsDashboard(state = INITIAL_STATE, action: { type?: string, paylo
loading
,
error
,
timestamp
,
data
:
Page
.
merge
(
state
.
paged
&&
state
.
paged
.
data
,
data
),
data
:
Page
.
merge
(
state
.
accessionRefs
&&
state
.
accessionRefs
.
data
,
data
),
},
},
});
...
...
src/datasets/reducers/public.ts
View file @
b4091b6d
...
...
@@ -63,7 +63,7 @@ function datasetsPublic(state = INITIAL_STATE, action: { type?: string, payload?
loading
,
error
,
timestamp
,
data
:
Page
.
merge
(
state
.
paged
&&
state
.
paged
.
data
,
data
),
data
:
Page
.
merge
(
state
.
accessionRefs
&&
state
.
accessionRefs
.
data
,
data
),
},
},
});
...
...
src/subsets/reducers/dashboard.ts
View file @
b4091b6d
...
...
@@ -65,7 +65,7 @@ function dashboardSubsets(state = INITIAL_STATE, action: IReducerAction) {
loading
,
error
,
timestamp
,
data
:
Page
.
merge
(
state
.
paged
&&
state
.
paged
.
data
,
data
),
data
:
Page
.
merge
(
state
.
accessionRefs
&&
state
.
accessionRefs
.
data
,
data
),
},
},
});
...
...
src/subsets/reducers/public.ts
View file @
b4091b6d
...
...
@@ -58,7 +58,7 @@ function publicSubsets(state = INITIAL_STATE, action: IReducerAction) {
loading
,
error
,
timestamp
,
data
:
Page
.
merge
(
state
.
paged
&&
state
.
paged
.
data
,
data
),
data
:
Page
.
merge
(
state
.
accessionRefs
&&
state
.
accessionRefs
.
data
,
data
),
},
},
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment