mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
Link up teams UI.
This commit is contained in:
parent
bb2cd93ad4
commit
aa9ad5594c
18 changed files with 504 additions and 114 deletions
|
|
@ -76,7 +76,10 @@ export default function TeamsList() {
|
|||
{hasData && <TeamsTable data={data} onDelete={handleDelete} />}
|
||||
{!hasData && (
|
||||
<EmptyPlaceholder message={formatMessage(messages.noTeams)}>
|
||||
{createButton}
|
||||
<Flexbox gap={10}>
|
||||
{joinButton}
|
||||
{createButton}
|
||||
</Flexbox>
|
||||
</EmptyPlaceholder>
|
||||
)}
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue