feat(ui): show ca provider global settings button only when not specified ca provider

This commit is contained in:
Fu Diwei
2025-04-24 09:13:49 +08:00
parent 97f102533c
commit 034bb71b10
3 changed files with 13 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ const ApplyCAProviderSelect = ({ filter, ...props }: ApplyCAProviderSelectProps)
{
key: "",
value: "",
label: "provider.default_ca_provider.label",
label: t("provider.default_ca_provider.label"),
data: {} as ApplyCAProvider,
},
...filteredItems.map((item) => ({