Refactored queries.

This commit is contained in:
Mike Cao 2024-01-30 00:10:25 -08:00
parent 18e36aa7b3
commit b16f5cc067
67 changed files with 523 additions and 576 deletions

View file

@ -8,12 +8,12 @@ import { DATA_TYPES } from 'lib/constants';
export function EventDataValueTable({ data = [], event }: { data: any[]; event: string }) {
const { formatMessage, labels } = useMessages();
const { makeUrl } = useNavigation();
const { renderUrl } = useNavigation();
const Title = () => {
return (
<>
<Link href={makeUrl({ event: undefined })}>
<Link href={renderUrl({ event: undefined })}>
<Button>
<Icon rotate={180}>
<Icons.ArrowRight />