Fixed type.

This commit is contained in:
Mike Cao 2024-02-02 22:48:03 -08:00
parent ecb3af284f
commit 80a58cbdd1

View File

@ -16,7 +16,7 @@ export function WebsiteAddForm({
onSave,
onClose,
}: {
teamId: string;
teamId?: string;
onSave?: () => void;
onClose?: () => void;
}) {