Skip to content

Commit

Permalink
feat: Temporarily disable CompilationTool and add support message
Browse files Browse the repository at this point in the history
  • Loading branch information
sinatragianpaolo committed Aug 2, 2024
1 parent 7041dbe commit 133ad2d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/pages/UxDashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -71,7 +69,10 @@ const UxDashboard = () => {
>
Tool di compilazione
</PageTitle>
<BSGrid>
<Title size="xl">
Il CompilationTool è temporaneamente disabilitato. Contatta il
supporto per le modifiche.
{/* <BSGrid>
<ResponsiveCol size="col-lg-3" lgOrder={1}>
<Sidebar />
</ResponsiveCol>
Expand All @@ -95,7 +96,8 @@ const UxDashboard = () => {
{currentStep === 1 && <Preview />}
{currentStep === 2 && <ResultsPage />}
</ResponsiveCol>
</BSGrid>
</BSGrid> */}
</Title>
</Container>
</FormProvider>
</PageTemplate>
Expand Down

0 comments on commit 133ad2d

Please sign in to comment.