From 5c5a492055bc67424c61d0bb762463c59171cbf9 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Tue, 29 Oct 2024 12:04:26 -0700 Subject: [PATCH] Fixed bugs Signed-off-by: saimedhi --- public/app.tsx | 5 ++++- public/global-styles.scss | 5 +++++ .../workflow_detail/resizable_workspace.tsx | 6 +++++- .../workflow_inputs/workflow_inputs.tsx | 8 ++++++-- public/render_app.tsx | 18 +++++++++--------- 5 files changed, 29 insertions(+), 13 deletions(-) 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 = (