Added search to metrics table.

This commit is contained in:
Mike Cao 2023-12-10 02:02:24 -08:00
parent 3a28fea8ac
commit cad719fd23
12 changed files with 111 additions and 60 deletions

View file

@ -9,7 +9,7 @@ export interface SideNavProps {
items: any[];
shallow?: boolean;
scroll?: boolean;
className?: boolean;
className?: string;
onSelect?: () => void;
}