mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed type.
This commit is contained in:
parent
ecb3af284f
commit
80a58cbdd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue