Skip to content

Commit

Permalink
cast invocation state query route prop fromPanel to Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Jun 14, 2024
1 parent 854e3d8 commit c863ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/entry/analysis/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}),
},
{
Expand Down

0 comments on commit c863ed7

Please sign in to comment.