Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit fe77f7d

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dev' into dev
2 parents 20502a8 + ff7ecf3 commit fe77f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Frontend/Jp.AdminUI/src/app/panel/clients/edit/client-edit.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class ClientEditComponent implements OnInit {
5252
this.showButtonLoading = true;
5353
this.errors = [];
5454

55-
this.clientService.partialUpdate(this.clientId, jsonpatch.generate(this.patchObserver)).subscribe(
55+
this.clientService.update(this.clientId, this.model).subscribe(
5656
() => {
5757
this.updateCurrentClientId();
5858
this.showSuccessMessage();

0 commit comments

Comments
 (0)