Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: TT-26-Warn-of-unsaved-changes-btn-cancel
  • Loading branch information
scastillo-jp committed Mar 24, 2021
commit ea304533cae1174c6a7da4dc116a39fbc6026dd9
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class CreateCustomerComponent implements OnInit, OnDestroy {
this.customerForm.reset();
this.store.dispatch(new ResetCustomerToEdit());
this.closeCustomerComponent.emit(false);
this.hasChangedEvent.emit(this.hasChange = false);
}

onInputChangeCustomer(searchValue: string): void {
Expand Down