improvement: address feedback

This commit is contained in:
Scott Wilson
2025-06-03 15:36:24 -07:00
parent 8f97b3ad87
commit 4268fdea44

View File

@@ -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