mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
add cloud_mode
This commit is contained in:
parent
9147415761
commit
db1ae3f2c7
13 changed files with 103 additions and 25 deletions
|
|
@ -4,7 +4,7 @@ import TestConsole from 'components/pages/TestConsole';
|
|||
import useRequireLogin from 'hooks/useRequireLogin';
|
||||
import useUser from 'hooks/useUser';
|
||||
|
||||
export default function ConsolePage({ enabled }) {
|
||||
export default function ConsolePage({ enabled, settingsDisabled }) {
|
||||
const { loading } = useRequireLogin();
|
||||
const { user } = useUser();
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ export default function ConsolePage({ enabled }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<Layout settingsDisabled={settingsDisabled}>
|
||||
<TestConsole />
|
||||
</Layout>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue