diff --git a/web/src/app/admin/menus/page.tsx b/web/src/app/admin/menus/page.tsx index 7b3e9e9..9aa7d0c 100644 --- a/web/src/app/admin/menus/page.tsx +++ b/web/src/app/admin/menus/page.tsx @@ -23,7 +23,7 @@ import { type CardProps, type TableColumnsType, } from "antd"; -import type { ComponentType } from "react"; +import type { CSSProperties, ComponentType } from "react"; import { useAuth } from "@/components/auth-provider"; import { useTopicSubscription } from "@/hooks/use-topic-subscription"; @@ -551,7 +551,11 @@ export default function AdminMenusPage() { -