mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 14:35:35 +01:00
Refactored queries.
This commit is contained in:
parent
18e36aa7b3
commit
b16f5cc067
67 changed files with 523 additions and 576 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import WebsitesDataTable from 'app/(main)/settings/websites/WebsitesDataTable';
|
||||
|
||||
export function TeamWebsites({ teamId }: { teamId: string; readOnly: boolean }) {
|
||||
return <WebsitesDataTable teamId={teamId} />;
|
||||
export function TeamWebsites({ teamId, allowEdit }: { teamId: string; allowEdit: boolean }) {
|
||||
return <WebsitesDataTable teamId={teamId} allowEdit={allowEdit} />;
|
||||
}
|
||||
|
||||
export default TeamWebsites;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue