Skip to content

Commit

Permalink
fix onSubmit save
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Werth authored and Clinton Werth committed Jan 3, 2025
1 parent e911042 commit c0cdeea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class ArcAdminComponent implements OnInit {
console.log('Form Submitted:', this.editConfig);
console.log('formValue: ', formValue);

this.editConfig = this.copyConfig();
this.saveEdit();
}
else{
console.log('Form is invalid, please correct the errors.')
Expand Down

0 comments on commit c0cdeea

Please sign in to comment.