Skip to content

Commit 95ed508

Browse files
committed
Merge branch 'default-configuration-fix-7.2' into default-configuration-fix
2 parents 4915f10 + cceea73 commit 95ed508

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

6868
/**
6969
* The actual query for the fixed filter.

0 commit comments

Comments
 (0)