diff --git a/cateditor/src/components/CatalogInfo.vue b/cateditor/src/components/CatalogInfo.vue index 05964e8..863f420 100644 --- a/cateditor/src/components/CatalogInfo.vue +++ b/cateditor/src/components/CatalogInfo.vue @@ -96,10 +96,10 @@ export default { return !!value || 'Required' }, emailRules: value => { - /*if (!lazyUser && !value) { + if (!lazyUser && !value) { // signed-up user doesn't need email return true - }*/ + } if (!value) { return 'Required' } else {