mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fixed components build. Renamed validations to permissions.
This commit is contained in:
parent
f0ec24e8f5
commit
c916e4ff9c
80 changed files with 99 additions and 373 deletions
|
|
@ -3,8 +3,10 @@ import { ReactNode } from 'react';
|
|||
import { AlertBanner, Loading, Column, ColumnProps } from '@umami/react-zen';
|
||||
import { useMessages } from '@/components/hooks';
|
||||
|
||||
const DEFAULT_WIDTH = '1320px';
|
||||
|
||||
export function PageBody({
|
||||
maxWidth = '1320px',
|
||||
maxWidth = DEFAULT_WIDTH,
|
||||
error,
|
||||
isLoading,
|
||||
children,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue