Explorar el Código

update loading page

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi hace 1 año
padre
commit
366d86f861
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +2
    -2
      src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx
  2. +2
    -2
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGenLoading.tsx

+ 2
- 2
src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx Ver fichero

@@ -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 Ver fichero

@@ -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> */}
</>
);
};


Cargando…
Cancelar
Guardar