misc: added exception for kmip

This commit is contained in:
Sheen Capadngan
2025-02-18 17:41:34 +08:00
parent 8e2cce865a
commit f6cd78e078

View File

@@ -74,7 +74,7 @@ type Props = {
title: string;
formName: keyof Omit<
Exclude<TFormSchema["permissions"], undefined>,
"workspace" | "organization-admin-console"
"workspace" | "organization-admin-console" | "kmip"
>;
setValue: UseFormSetValue<TFormSchema>;
control: Control<TFormSchema>;