Skip to content
Snippets Groups Projects
Commit ee428086 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Select all data sources by default

parent 53c887af
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,13 @@ export const INITIAL_STATE = {
'title': 'Institute for the Languages of Finland (Kotus) Digital Names archive',
'shortTitle': 'DNA',
'timePeriod': '1900s',
'selected': false
'selected': true
},
'pnr': {
'title': 'Finnish Geographic Names Registry',
'shortTitle': 'FGN',
'timePeriod': 'contemporary',
'selected': false
'selected': true
},
'tgn': {
'title': 'The Getty Thesaurus of Geographic Names',
......@@ -34,13 +34,13 @@ export const INITIAL_STATE = {
'title': 'Karelian map names',
'shortTitle': 'KMN',
'timePeriod': '1922-1944',
'selected': false
'selected': true
},
'warsa_municipalities': {
'title': 'Finnish WW2 municipalities',
'shortTitle': 'FWM',
'timePeriod': '1939-1944',
'selected': false
'selected': true
},
},
suggestions: [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment