From 660b00b4d50a0fbd5e8c2667a40cf4e72f341d2f Mon Sep 17 00:00:00 2001 From: Rishabh Saxena Date: Thu, 18 Mar 2021 18:17:09 +0530 Subject: [PATCH] update title --- .../editorComponents/GlobalSearch/SearchResults.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/src/components/editorComponents/GlobalSearch/SearchResults.tsx b/app/client/src/components/editorComponents/GlobalSearch/SearchResults.tsx index 91b133aec2..2b660fa826 100644 --- a/app/client/src/components/editorComponents/GlobalSearch/SearchResults.tsx +++ b/app/client/src/components/editorComponents/GlobalSearch/SearchResults.tsx @@ -129,7 +129,7 @@ const WidgetItem = (props: { const { type } = item || {}; let title = getItemTitle(item); const pageName = usePageName(item.pageId); - title = `${pageName} / ${title}`; + title = `${title} / ${pageName}`; return ( <> @@ -168,7 +168,7 @@ const ActionItem = (props: { let title = getItemTitle(item); const pageName = usePageName(config.pageId); - title = `${pageName} / ${title}`; + title = `${title} / ${pageName}`; return ( <>