mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9374] Provide default value to hasLibrariesConstraint
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user