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.
2 parents 97eed74 + 1424515 commit 55e4536Copy full SHA for 55e4536
src/models/validationModels/stopAreaValidationModel.ts
@@ -1,6 +1,6 @@
1
import { IStopArea } from '..';
2
3
-const nameRule = 'required|min:1|max:16|string';
+const nameRule = 'required|min:1|max:20|string';
4
5
type IStopAreaValidationModel = { [key in keyof IStopArea]: string };
6
0 commit comments