mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
Add descrption
This commit is contained in:
@@ -186,6 +186,7 @@ export const PolicyModal = ({ popUp, handlePopUpToggle }: Props) => {
|
||||
<Modal isOpen={isOpen} onOpenChange={(open) => handlePopUpToggle("policy", open)}>
|
||||
<ModalContent
|
||||
title={policyData?.policyId ? "Edit Access Policy" : "Create Access Policy"}
|
||||
subTitle="Configure a policy dictating account access with constraints"
|
||||
className="max-w-3xl"
|
||||
>
|
||||
<FormProvider {...formMethods}>
|
||||
|
||||
Reference in New Issue
Block a user