[ACS-9374] Provide default value to hasLibrariesConstraint

This commit is contained in:
Shivangi917
2025-07-28 08:08:53 -04:00
parent 8aedb8f022
commit d12081950a
@@ -66,7 +66,7 @@ export class SearchInputControlComponent implements OnInit, OnChanges {
* If true, specific error messaging or validation behavior may be triggered.
*/
@Input()
hasLibrariesConstraint: boolean;
hasLibrariesConstraint = false;
/** Emitted when the search is submitted pressing ENTER button.
* The search term is provided as value of the event.