We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb933ee commit ced56b6Copy full SHA for ced56b6
client/src/features/projectsV2/fields/SlugFormField.tsx
@@ -52,7 +52,7 @@ export default function SlugFormField<T extends FieldValues>({
52
required: true,
53
maxLength: 99,
54
pattern:
55
- /^(?!.*\.git$|.*\.atom$|.*[-._][-._].*)[a-zA-Z0-9][a-zA-Z0-9\-_.]*$/,
+ /^(?!.*\.git$|.*\.atom$|.*[-._][-._].*)[a-z0-9][a-z0-9\-_.]*$/,
56
}}
57
/>
58
<div className="invalid-feedback">
0 commit comments