feat(rbac): updated helper text on glob pattern in multi env permission field

This commit is contained in:
Akhil Mohan
2023-09-07 22:30:43 +05:30
parent 38c044f9a7
commit 43b97b411b

View File

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