mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
funnel checkpoint
This commit is contained in:
parent
ebc8cb488a
commit
b5f84159d2
8 changed files with 21 additions and 12 deletions
|
|
@ -19,7 +19,7 @@ export function FunnelForm({ onSearch }) {
|
|||
const [dateRange, setDateRange] = useState('');
|
||||
const [startAt, setStartAt] = useState();
|
||||
const [endAt, setEndAt] = useState();
|
||||
const [urls, setUrls] = useState(['']);
|
||||
const [urls, setUrls] = useState(['/', '/docs/getting-started', '/docs/intall']);
|
||||
const [websiteId, setWebsiteId] = useState('');
|
||||
const [window, setWindow] = useState(60);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue