We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e911042 commit c0cdeeaCopy full SHA for c0cdeea
plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.ts
@@ -142,7 +142,7 @@ export class ArcAdminComponent implements OnInit {
142
console.log('Form Submitted:', this.editConfig);
143
console.log('formValue: ', formValue);
144
145
- this.editConfig = this.copyConfig();
+ this.saveEdit();
146
}
147
else{
148
console.log('Form is invalid, please correct the errors.')
0 commit comments