mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 18:45:36 +01:00
Fixed share url.
This commit is contained in:
parent
4fca98d25d
commit
c8eb76c7af
3 changed files with 5 additions and 6 deletions
|
|
@ -51,7 +51,7 @@ export function WebsiteSettings({ websiteId, openExternal = false }) {
|
|||
}, [data]);
|
||||
|
||||
if (isLoading || !values) {
|
||||
return <Loading />;
|
||||
return <Loading position="page" />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue