Commit 72217d17 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

cast invocation state query route prop `fromPanel` to Boolean

parent f7edaabf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),
                        }),
                    },
                    {