mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -31,6 +31,6 @@ export class StringValueInputComponent extends ValueInputComponent<string> {
|
||||
|
||||
setValue(value) {
|
||||
this.value = value;
|
||||
this.updateValue.emit(value)
|
||||
this.updateValue.emit(value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user