Browse Source

Merge pull request #289 from dsbegnoche/master

Cancel Edit Field does not close edit dropdown
pull/294/head
Sebastian Stehle 8 years ago
committed by GitHub
parent
commit
4909636e85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Squidex/app/features/schemas/pages/schema/field.component.ts

1
src/Squidex/app/features/schemas/pages/schema/field.component.ts

@ -70,6 +70,7 @@ export class FieldComponent implements OnInit {
}
public cancel() {
this.isEditing = false;
this.editForm.load(this.field);
}

Loading…
Cancel
Save