mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Bug with graph nonlocated and getY function; need to refactor toolbar so that it selects the categories on the timeline
This commit is contained in:
@@ -23,7 +23,7 @@ function createEventSchema (custom) {
|
||||
type: Joi.string().allow(''),
|
||||
category: Joi.string().allow(''),
|
||||
category_full: Joi.string().allow(''),
|
||||
associations: Joi.array(),
|
||||
associations: Joi.array().required().default([]),
|
||||
sources: Joi.array(),
|
||||
comments: Joi.string().allow(''),
|
||||
time_display: Joi.string().allow(''),
|
||||
|
||||
Reference in New Issue
Block a user