Updated types.

This commit is contained in:
Mike Cao 2024-02-19 10:05:51 -08:00
parent 117cb6168c
commit 9671414edd
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ export function WebsiteSettings({
openExternal = false,
}: {
websiteId: string;
hostUrl: string;
openExternal: boolean;
hostUrl?: string;
openExternal?: boolean;
}) {
const website = useContext(WebsiteContext);
const { formatMessage, labels, messages } = useMessages();