mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 13:35:35 +01:00
Updated date range handling.
This commit is contained in:
parent
6d1603fa28
commit
5ca51b3e8f
19 changed files with 101 additions and 99 deletions
|
|
@ -22,7 +22,7 @@ const generateId = () => getRandomChars(16);
|
|||
|
||||
export interface WebsiteShareFormProps {
|
||||
websiteId: string;
|
||||
shareId: string;
|
||||
shareId?: string;
|
||||
onSave?: () => void;
|
||||
onClose?: () => void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue