Fixed type.
This commit is contained in:
@@ -16,7 +16,7 @@ export function WebsiteAddForm({
|
|||||||
onSave,
|
onSave,
|
||||||
onClose,
|
onClose,
|
||||||
}: {
|
}: {
|
||||||
teamId: string;
|
teamId?: string;
|
||||||
onSave?: () => void;
|
onSave?: () => void;
|
||||||
onClose?: () => void;
|
onClose?: () => void;
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user