mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvement: address feedback
This commit is contained in:
@@ -367,9 +367,11 @@ export const ShareSecretForm = ({
|
||||
isError={Boolean(error)}
|
||||
className="flex-1"
|
||||
helperText={
|
||||
maxSharedSecretViewLimit
|
||||
? `Limited to ${maxSharedSecretViewLimit} by organization.`
|
||||
: undefined
|
||||
maxSharedSecretViewLimit ? (
|
||||
<span className="text-yellow-500">
|
||||
Limited to {maxSharedSecretViewLimit} views by organization
|
||||
</span>
|
||||
) : undefined
|
||||
}
|
||||
>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user