Feat/um 197 hook up teams (#1825)

* Link up teams UI.

* Fix auth order.

* PR touchups.
This commit is contained in:
Brian Cao
2023-03-09 12:42:12 -08:00
committed by GitHub
parent f908476e71
commit 8a9532f213
17 changed files with 500 additions and 111 deletions

View File

@@ -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>