mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Responsive everything.
This commit is contained in:
parent
9df012084d
commit
4d2a7ea947
23 changed files with 286 additions and 287 deletions
|
|
@ -26,7 +26,7 @@ export function LoadingPanel({
|
|||
renderEmpty = () => <Empty />,
|
||||
children,
|
||||
...props
|
||||
}: LoadingPanelProps) {
|
||||
}: LoadingPanelProps): ReactNode {
|
||||
const empty = isEmpty ?? checkEmpty(data);
|
||||
|
||||
// Show loading spinner only if no data exists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue