mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Fixed search. Updated queries to not use domain.
This commit is contained in:
parent
b4f04a8729
commit
1d15a88370
5 changed files with 8 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import MetricsTable, { MetricsTableProps } from '@/components/metrics/MetricsTable';
|
||||
import { useMessages } from '@/components/hooks';
|
||||
|
||||
export function BrowsersTable(props: MetricsTableProps) {
|
||||
export function ChannelsTable(props: MetricsTableProps) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
const renderLabel = ({ x }) => {
|
||||
|
|
@ -19,4 +19,4 @@ export function BrowsersTable(props: MetricsTableProps) {
|
|||
);
|
||||
}
|
||||
|
||||
export default BrowsersTable;
|
||||
export default ChannelsTable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue