Fixed share url.

This commit is contained in:
Mike Cao 2023-12-06 01:26:58 -08:00
parent 4fca98d25d
commit c8eb76c7af
3 changed files with 5 additions and 6 deletions

View file

@ -51,7 +51,7 @@ export function WebsiteSettings({ websiteId, openExternal = false }) {
}, [data]);
if (isLoading || !values) {
return <Loading />;
return <Loading position="page" />;
}
return (