Fix event callback being private

master
trivernis 5 years ago
parent 454917efdd
commit f4a456ace4

@ -105,7 +105,7 @@ export class FeedComponent implements OnInit {
/**
* Executed when the text in the input field changes.
*/
private onTextInputChange() {
onTextInputChange() {
if (this.errorOccurred) {
this.errorOccurred = false;
this.errorMessage = '';

Loading…
Cancel
Save