Sfoglia il codice sorgente

update loading page

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 anno fa
parent
commit
366d86f861
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +2
    -2
      src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx
  2. +2
    -2
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGenLoading.tsx

+ 2
- 2
src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx Vedi File

@@ -24,7 +24,7 @@ export const CostAndExpenseReportLoading: React.FC = () => {
</Stack>
</CardContent>
</Card>
<Card>
{/* <Card>
<CardContent>
<Stack spacing={2}>
<Skeleton variant="rounded" height={40} />
@@ -33,7 +33,7 @@ export const CostAndExpenseReportLoading: React.FC = () => {
<Skeleton variant="rounded" height={40} />
</Stack>
</CardContent>
</Card>
</Card> */}
</>
);
};


+ 2
- 2
src/components/Report/FinancialStatusReportGen/FinancialStatusReportGenLoading.tsx Vedi File

@@ -24,7 +24,7 @@ export const FinancialStatusReportGenLoading: React.FC = () => {
</Stack>
</CardContent>
</Card>
<Card>
{/* <Card>
<CardContent>
<Stack spacing={2}>
<Skeleton variant="rounded" height={40} />
@@ -33,7 +33,7 @@ export const FinancialStatusReportGenLoading: React.FC = () => {
<Skeleton variant="rounded" height={40} />
</Stack>
</CardContent>
</Card>
</Card> */}
</>
);
};


Caricamento…
Annulla
Salva