Ignore:
Timestamp:
02/06/22 18:19:53 (2 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Parents:
6fe77af
Message:

final presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/location/add-location/add-location.component.ts

    r6fe77af r571e0df  
    114114      if(this.name !== null && this.desc !== null && this.address !== null
    115115        && this.trivia != null  && this.priority !== null && this.cityId !== 0 && this.regionId !== 0){
    116           this.isCompleted = true;
    117        
     116          this.isCompleted = true;       
    118117          this.locationService.save(this.locationDto).subscribe(
    119118            data => {
Note: See TracChangeset for help on using the changeset viewer.