1
0

Merge pull request #2021 from atmire/default-configuration-fix

"default" search configuration fix
This commit is contained in:
Tim Donohue
2023-06-05 15:37:29 -05:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ export class SearchComponent implements OnInit {
* The configuration to use for the search options * The configuration to use for the search options
* If empty, 'default' is used * If empty, 'default' is used
*/ */
@Input() configuration = 'default'; @Input() configuration;
/** /**
* The actual query for the fixed filter. * The actual query for the fixed filter.