From c60ee2479297ec0a4d75b1a0cb03bf02c04e87f2 Mon Sep 17 00:00:00 2001 From: efarooqui Date: Thu, 10 Sep 2020 22:40:57 -0700 Subject: [PATCH] Removed tags array from event schema --- src/reducers/validate/eventSchema.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reducers/validate/eventSchema.js b/src/reducers/validate/eventSchema.js index 112f07e..312f7da 100644 --- a/src/reducers/validate/eventSchema.js +++ b/src/reducers/validate/eventSchema.js @@ -25,7 +25,6 @@ function createEventSchema (custom) { category_full: Joi.string().allow(''), associations: Joi.array(), sources: Joi.array(), - // tags: Joi.array().allow(''), comments: Joi.string().allow(''), time_display: Joi.string().allow(''), // nested