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