mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
update funnels for CH. Add wildcards and event steps
This commit is contained in:
parent
6767f95c0d
commit
05079f3810
3 changed files with 80 additions and 50 deletions
|
|
@ -40,7 +40,7 @@ export function FunnelParameters() {
|
|||
|
||||
const handleRemoveUrl = (url: string) => {
|
||||
const urls = [...parameters.urls];
|
||||
updateReport({ parameters: { urls: urls.filter(n => n.url !== url) } });
|
||||
updateReport({ parameters: { urls: urls.filter(n => n !== url) } });
|
||||
};
|
||||
|
||||
const AddUrlButton = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue