Browse Source

update loading page

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 year ago
parent
commit
366d86f861
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx
  2. +2
    -2
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGenLoading.tsx

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

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


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

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


Loading…
Cancel
Save