mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
97248: Remove hardcoded 'default' configuration
This commit is contained in:
@@ -60,7 +60,7 @@ export class SearchComponent implements OnInit {
|
||||
* The configuration to use for the search options
|
||||
* If empty, 'default' is used
|
||||
*/
|
||||
@Input() configuration = 'default';
|
||||
@Input() configuration;
|
||||
|
||||
/**
|
||||
* The actual query for the fixed filter.
|
||||
|
Reference in New Issue
Block a user