feat(ui): hide notification channel entry in AcessList for now

This commit is contained in:
Fu Diwei 2025-03-30 22:33:05 +08:00
parent d2eaea7a44
commit f81b4b9680

View File

@ -251,10 +251,10 @@ const AccessList = () => {
key: "ca-only",
label: t("access.props.range.ca_only"),
},
{
key: "notify-only",
label: t("access.props.range.notify_only"),
},
// {
// key: "notify-only",
// label: t("access.props.range.notify_only"),
// },
]}
activeTabKey={filters["range"] as string}
onTabChange={(key) => handleTabChange(key)}