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. * Executed when the text in the input field changes.
*/ */
private onTextInputChange() { onTextInputChange() {
if (this.errorOccurred) { if (this.errorOccurred) {
this.errorOccurred = false; this.errorOccurred = false;
this.errorMessage = ''; this.errorMessage = '';

Loading…
Cancel
Save