mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Fixed TeamsProvider not working.
This commit is contained in:
parent
46a57183a1
commit
91e679643f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +0,0 @@
|
|||
'use client';
|
||||
import TeamProvider from 'app/(main)/teams/[teamId]/TeamProvider';
|
||||
|
||||
export default function ({ children, params: { teamId } }) {
|
||||
return <TeamProvider teamId={teamId}>{children}</TeamProvider>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue