We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4915f10 + cceea73 commit 95ed508Copy full SHA for 95ed508
1 file changed
src/app/shared/search/search.component.ts
@@ -63,7 +63,7 @@ export class SearchComponent implements OnInit {
63
* The configuration to use for the search options
64
* If empty, 'default' is used
65
*/
66
- @Input() configuration = 'default';
+ @Input() configuration;
67
68
/**
69
* The actual query for the fixed filter.
0 commit comments