Skip to content
Snippets Groups Projects
Commit b5f7ff2b authored by esikkala's avatar esikkala
Browse files

Clean up

parent d0250606
No related branches found
No related tags found
No related merge requests found
......@@ -10,21 +10,6 @@ import {
} from '../actions';
export const INITIAL_STATE = {
query: '',
datasets: {
'mmm': {
'title': 'MMM',
'shortTitle': 'MMM',
'timePeriod': '',
'selected': true
},
'tgn': {
'title': 'The Getty Thesaurus of Geographic Names',
'shortTitle': 'TGN',
'timePeriod': '?',
'selected': false
},
},
manuscriptCount: 0,
manuscripts: [],
places: [],
......@@ -33,7 +18,6 @@ export const INITIAL_STATE = {
pagesize: 5,
sortBy: 'productionPlace',
sortDirection: 'asc',
resultsQuery: '',
fetchingPlaces: false,
fetchingManuscripts: false
};
......
......@@ -5,7 +5,6 @@ import {
getManuscripts,
getPlaces,
getPlace,
getFacets,
getFacet
} from './sparql/Manuscripts';
const DEFAULT_PORT = 3001;
......
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