Skip to content

Commit

Permalink
chore: mandatory custom method, fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Sep 29, 2024
1 parent d7dfc1d commit 2c126df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class ContractAgreementTransferDialogForm {
showAllHttpParameterizationFields: [false],

httpProxiedPath: [''],
httpProxiedMethod: [''],
httpProxiedMethod: ['', Validators.required],
httpProxiedQueryParams: this.formBuilder.array(
new Array<FormGroup<HttpDatasourceQueryParamFormModel>>(),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 mat-dialog-title>
"
color="accent">
<mat-label>{{
'contract_agreement_page.cus_tranfer' | translate
'contract_agreement_page.cus_transfer' | translate
}}</mat-label>
<textarea matInput [formControl]="ctrl" [placeholder]="'{}'"></textarea>
<mat-error *ngIf="ctrl.invalid && ctrl.errors?.jsonInvalid">
Expand Down

0 comments on commit 2c126df

Please sign in to comment.