From 133ad2de084a347aa1f37e73ba9134318dd944f3 Mon Sep 17 00:00:00 2001 From: sinatragianpaolo Date: Fri, 2 Aug 2024 11:47:20 +0200 Subject: [PATCH 1/2] feat: Temporarily disable CompilationTool and add support message --- src/pages/UxDashboard/index.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/UxDashboard/index.tsx b/src/pages/UxDashboard/index.tsx index cde3f026..a97ec30e 100644 --- a/src/pages/UxDashboard/index.tsx +++ b/src/pages/UxDashboard/index.tsx @@ -4,12 +4,10 @@ import { Container, PageTitle, Steps, + Title, } from "@appquality/appquality-design-system"; import ErrorUnauthorized from "src/features/ErrorUnauthorized/ErrorUnauthorized"; -import { - useGetCampaignsByCampaignQuery, - useGetUsersMePermissionsQuery, -} from "src/services/tryberApi"; +import { useGetCampaignsByCampaignQuery } from "src/services/tryberApi"; import UxDashboardForm from "./UxForm"; import { useParams } from "react-router-dom"; import Preview from "./Preview"; @@ -71,7 +69,10 @@ const UxDashboard = () => { > Tool di compilazione - + + Il CompilationTool è temporaneamente disabilitato. Contatta il + supporto per le modifiche. + {/* <BSGrid> <ResponsiveCol size="col-lg-3" lgOrder={1}> <Sidebar /> </ResponsiveCol> @@ -95,7 +96,8 @@ const UxDashboard = () => { {currentStep === 1 && <Preview />} {currentStep === 2 && <ResultsPage />} </ResponsiveCol> - </BSGrid> + </BSGrid> */} + From 1d88f23a941a63ec587c660199e2ea81f1c29c92 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Fri, 2 Aug 2024 15:49:59 +0200 Subject: [PATCH 2/2] Update index.tsx --- src/pages/UxDashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/UxDashboard/index.tsx b/src/pages/UxDashboard/index.tsx index a97ec30e..fe9c0aa9 100644 --- a/src/pages/UxDashboard/index.tsx +++ b/src/pages/UxDashboard/index.tsx @@ -71,7 +71,7 @@ const UxDashboard = () => { Il CompilationTool è temporaneamente disabilitato. Contatta il - supporto per le modifiche. + supporto se ha bisogno di effettuare modifiche. {/* <BSGrid> <ResponsiveCol size="col-lg-3" lgOrder={1}> <Sidebar />