Skip to content

Commit

Permalink
Bump SkyPortal 666b121170d1fa2958e1b223b49e194937b11d23
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed May 17, 2024
1 parent 31a431c commit f8b46dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions extensions/skyportal/static/js/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ export default function hydrate(
dispatch(hydrationActions.finishedHydrating("tnsrobots"));
});
}
if (ducks_to_hydrate.includes("galaxyCatalogs")) {
dispatch(galaxiesActions.fetchGalaxyCatalogs()).then(() => {
dispatch(hydrationActions.finishedHydrating("galaxyCatalogs"));
});
}
if (ducks_to_hydrate.includes("rejected")) {
dispatch(rejectedActions.fetchRejected()).then(() => {
dispatch(hydrationActions.finishedHydrating("rejected"));
Expand Down

0 comments on commit f8b46dd

Please sign in to comment.