mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Update src/components/metrics/PagesTable.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
3bad58ee1f
commit
f76f88a261
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export function PagesTable({ allowFilter, ...props }: PagesTableProps) {
|
|||
const {
|
||||
router,
|
||||
renderUrl,
|
||||
query: { subview="url" },
|
||||
query: { subview = "url" },
|
||||
} = useNavigation();
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const { domain } = useContext(WebsiteContext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue