mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
feat(ui): hide notification channel entry in AcessList for now
This commit is contained in:
parent
d2eaea7a44
commit
f81b4b9680
@ -251,10 +251,10 @@ const AccessList = () => {
|
|||||||
key: "ca-only",
|
key: "ca-only",
|
||||||
label: t("access.props.range.ca_only"),
|
label: t("access.props.range.ca_only"),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
key: "notify-only",
|
// key: "notify-only",
|
||||||
label: t("access.props.range.notify_only"),
|
// label: t("access.props.range.notify_only"),
|
||||||
},
|
// },
|
||||||
]}
|
]}
|
||||||
activeTabKey={filters["range"] as string}
|
activeTabKey={filters["range"] as string}
|
||||||
onTabChange={(key) => handleTabChange(key)}
|
onTabChange={(key) => handleTabChange(key)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user