Skip to content

Commit

Permalink
Update meetups-add.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii authored Dec 15, 2023
1 parent 846d52e commit f649177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/meetups/add-meetups/meetups-add.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class MeetupsAddComponent implements OnInit {
if (this.meetup._id) {
this.setMeetupData({ ...this.meetup });
} else {
// Reinitialize the form if form has new meetup data
this.createForm();
}
if (!this.isDialog && this.route.snapshot.url[0].path === 'update') {
Expand Down

0 comments on commit f649177

Please sign in to comment.