mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Support contains queries in overview page.
This commit is contained in:
commit
d945ed3a23
12 changed files with 75 additions and 105 deletions
|
|
@ -35,7 +35,7 @@ export function ShareUrl({
|
|||
|
||||
const url = `${hostUrl || process.env.hostUrl || window?.location.origin}${
|
||||
process.env.basePath
|
||||
}/share/${id}/${encodeURIComponent(domain)}`;
|
||||
}/share/${id}/${domain}`;
|
||||
|
||||
const handleGenerate = () => {
|
||||
setId(generateId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue