Skip to content

Commit 1ba72f5

Browse files
authored
Merge pull request DSpace#2021 from atmire/default-configuration-fix
"default" search configuration fix
2 parents 5dda198 + 3fd4be9 commit 1ba72f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/search/search.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class SearchComponent implements OnInit {
6767
* The configuration to use for the search options
6868
* If empty, 'default' is used
6969
*/
70-
@Input() configuration = 'default';
70+
@Input() configuration;
7171

7272
/**
7373
* The actual query for the fixed filter.

0 commit comments

Comments
 (0)