X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3367b1ff2a1d1050bb435f7bc8230c03435b2529..e3d13624759c128c326b64e9e0e60996bd28aadf:/src/validators/validators.tsx diff --git a/src/validators/validators.tsx b/src/validators/validators.tsx index edc472657e..37c1bd3745 100644 --- a/src/validators/validators.tsx +++ b/src/validators/validators.tsx @@ -19,4 +19,6 @@ export const COPY_FILE_VALIDATION = [require]; export const MOVE_TO_VALIDATION = [require]; -export const PROCESS_NAME_VALIDATION = [require, maxLength(255)]; \ No newline at end of file +export const PROCESS_NAME_VALIDATION = [require, maxLength(255)]; + +export const REPOSITORY_NAME_VALIDATION = [require, maxLength(255)]; \ No newline at end of file