Skip to content

Commit cceea73

Browse files
committed
97248: Remove hardcoded 'default' configuration
1 parent e4f483c commit cceea73

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
@@ -60,7 +60,7 @@ export class SearchComponent implements OnInit {
6060
* The configuration to use for the search options
6161
* If empty, 'default' is used
6262
*/
63-
@Input() configuration = 'default';
63+
@Input() configuration;
6464

6565
/**
6666
* The actual query for the fixed filter.

0 commit comments

Comments
 (0)