Loading client/src/entry/analysis/router.js +1 −1 Original line number Diff line number Diff line Loading @@ -628,7 +628,7 @@ export function getRouter(Galaxy) { props: (route) => ({ invocationId: route.params.invocationId, isFullPage: true, fromPanel: route.query.from_panel, fromPanel: Boolean(route.query.from_panel), }), }, { Loading Loading
client/src/entry/analysis/router.js +1 −1 Original line number Diff line number Diff line Loading @@ -628,7 +628,7 @@ export function getRouter(Galaxy) { props: (route) => ({ invocationId: route.params.invocationId, isFullPage: true, fromPanel: route.query.from_panel, fromPanel: Boolean(route.query.from_panel), }), }, { Loading