Merge pull request #526 from mz8i/feature/500-age-source-update

Update Age source options without 'Other website'
This commit is contained in:
Maciej Ziarkowski 2019-12-02 01:59:07 +01:00 committed by GitHub
commit ad69ef798e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,14 +48,18 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
tooltip={dataFields.date_source.tooltip}
placeholder=""
options={[
"Expert knowledge of building",
"Expert estimate from image",
"Survey of London",
"Pevsner Guides",
"Victoria County History",
"Local history publication",
"Other publication",
"National Heritage List for England",
"Other database or gazetteer",
"Historical map",
"Archive research",
"Expert knowledge of building",
"Other book",
"Other archive document",
"Film/Video",
"Other website",
"Other"
]}