mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
feat(rbac): updated helper text on glob pattern in multi env permission field
This commit is contained in:
@@ -153,7 +153,7 @@ export const MultiEnvProjectPermission = ({
|
||||
control={control}
|
||||
render={({ field }) => (
|
||||
/* eslint-disable-next-line no-template-curly-in-string */
|
||||
<FormControl helperText="Ex pattern: /, /**, /{folder1,folder2}">
|
||||
<FormControl helperText="Supports glob path pattern string">
|
||||
<Input
|
||||
{...field}
|
||||
className="w-full overflow-ellipsis"
|
||||
|
||||
Reference in New Issue
Block a user