diff --git a/public/app.tsx b/public/app.tsx index e22adeeb..d2eb4fd5 100644 --- a/public/app.tsx +++ b/public/app.tsx @@ -42,10 +42,13 @@ export const FlowFrameworkDashboardsApp = (props: Props) => { const location = useLocation(); const queryParams = getDataSourceFromURL(location); const dataSourceId = queryParams.dataSourceId; + const isWorkflowDetailPage = location.pathname.includes( + APP_PATH.WORKFLOW_DETAIL.split(':')[0] + ); const sidebar = (