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

Rename actor place facet

parent 4e21b822
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ export const INITIAL_STATE = {
},
place: {
id: 'place',
label: 'Place / nationality',
label: 'Activity location',
// predicate: defined in backend
distinctValueCount: 0,
values: [],
......@@ -84,7 +84,9 @@ export const INITIAL_STATE = {
searchField: true,
containerClass: 'ten',
filterType: 'uriFilter',
uriFilter: null
uriFilter: null,
type: 'hierarchical'
},
source: {
id: 'source',
......
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