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> */} +