mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
59334: removed unnecessary config entry
This commit is contained in:
@@ -63,7 +63,7 @@ export class InputSuggestionsComponent implements ControlValueAccessor, OnChange
|
||||
/**
|
||||
* Whether or not the current input is valid
|
||||
*/
|
||||
@Input() valid;
|
||||
@Input() valid = true;
|
||||
|
||||
/**
|
||||
* Output for when the form is submitted
|
||||
|
Reference in New Issue
Block a user