mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Teams refactor: removed team websites.
This commit is contained in:
parent
0d442b751d
commit
f85393f8df
23 changed files with 190 additions and 351 deletions
|
|
@ -25,7 +25,6 @@ export function TeamSettings({ teamId }: { teamId: string }) {
|
|||
return get(`/teams/${teamId}`);
|
||||
}
|
||||
},
|
||||
gcTime: 0,
|
||||
});
|
||||
const canEdit = data?.teamUser?.find(
|
||||
({ userId, role }) => role === ROLES.teamOwner && userId === user.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue