added-attributes-dialog-and-init-creating-repos
[arvados-workbench2.git] / src / validators / validators.tsx
index edc472657eb3178036fb0d8b3917dd0600e39ce5..37c1bd37458dc50cd293d4f9c9bf85ad2cb7311f 100644 (file)
@@ -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