mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01: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,
|
||||
onClose,
|
||||
}: {
|
||||
teamId: string;
|
||||
teamId?: string;
|
||||
onSave?: () => void;
|
||||
onClose?: () => void;
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue