We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c8506 commit 023e6e6Copy full SHA for 023e6e6
apps/web/app/(org)/dashboard/_components/Notifications/FilterTabs.tsx
@@ -2,7 +2,7 @@ import clsx from "clsx";
2
import { motion } from "framer-motion";
3
import { useRef, useEffect, useMemo } from "react";
4
import { NotificationType } from "@/lib/Notification";
5
-import { Filters, FilterType } from "./Filter";
+import { FilterLabels, Filters, FilterType } from "./Filter";
6
7
type FilterTabsProps = {
8
activeFilter: FilterType;
0 commit comments