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

Commit c81b9b3

Browse files
committed
bug to change allowed grant types
1 parent 75d3d24 commit c81b9b3

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)