mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Added attribution report page.
This commit is contained in:
parent
0027502707
commit
79ea9974b7
23 changed files with 445 additions and 646 deletions
|
|
@ -9,7 +9,14 @@ export function Empty({ message }: EmptyProps) {
|
|||
const { formatMessage, messages } = useMessages();
|
||||
|
||||
return (
|
||||
<Row color="muted" alignItems="center" justifyContent="center" width="100%" height="100%">
|
||||
<Row
|
||||
color="muted"
|
||||
alignItems="center"
|
||||
justifyContent="center"
|
||||
width="100%"
|
||||
height="100%"
|
||||
minHeight="70px"
|
||||
>
|
||||
{message || formatMessage(messages.noDataAvailable)}
|
||||
</Row>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue