mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed type.
This commit is contained in:
parent
ecb3af284f
commit
80a58cbdd1
@ -16,7 +16,7 @@ export function WebsiteAddForm({
|
|||||||
onSave,
|
onSave,
|
||||||
onClose,
|
onClose,
|
||||||
}: {
|
}: {
|
||||||
teamId: string;
|
teamId?: string;
|
||||||
onSave?: () => void;
|
onSave?: () => void;
|
||||||
onClose?: () => void;
|
onClose?: () => void;
|
||||||
}) {
|
}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user