Update ownership error check
[arvados-workbench2.git] / src / validators / validators.tsx
index edd07822942ace10ac40ae68e79b9222422dbe55..389e8cdfd140cd32b6e372a5bee3c0352680e8f4 100644 (file)
@@ -13,4 +13,6 @@ export const PROJECT_DESCRIPTION_VALIDATION = [maxLength(255)];
 
 export const COLLECTION_NAME_VALIDATION = [require, maxLength(255)];
 export const COLLECTION_DESCRIPTION_VALIDATION = [maxLength(255)];
-export const COLLECTION_PROJECT_VALIDATION = [require];
\ No newline at end of file
+export const COLLECTION_PROJECT_VALIDATION = [require];
+
+export const MOVE_TO_VALIDATION = [require];
\ No newline at end of file