loader roleout on backoffice

This commit is contained in:
Estifo77
2026-08-15 11:33:28 +03:00
parent 6330c9ea55
commit fc2730f60b
6 changed files with 12 additions and 33 deletions

View File

@@ -30,6 +30,7 @@ import {
AdvancedTable,
useServerTable,
type AdvancedColumn,
PageLoader,
} from '@ema-platform/ui';
import {
extractErrorMessage,
@@ -63,11 +64,7 @@ export function PaymentConfigPage() {
const { setPageIndex, pageSize, setPageSize, paginate } = useServerTable();
if (isLoading) {
return (
<Center h={300}>
<Loader />
</Center>
);
return <PageLoader label="Loading Payment Configuration…" height={400} />;
}
if (error) {