mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Updated types.
This commit is contained in:
parent
117cb6168c
commit
9671414edd
@ -16,8 +16,8 @@ export function WebsiteSettings({
|
|||||||
openExternal = false,
|
openExternal = false,
|
||||||
}: {
|
}: {
|
||||||
websiteId: string;
|
websiteId: string;
|
||||||
hostUrl: string;
|
hostUrl?: string;
|
||||||
openExternal: boolean;
|
openExternal?: boolean;
|
||||||
}) {
|
}) {
|
||||||
const website = useContext(WebsiteContext);
|
const website = useContext(WebsiteContext);
|
||||||
const { formatMessage, labels, messages } = useMessages();
|
const { formatMessage, labels, messages } = useMessages();
|
||||||
|
Loading…
Reference in New Issue
Block a user