Merge pull request #9414 from MrKartoshka/hotfix/3.6
PRC params json hotfix
This commit is contained in:
commit
94e935636e
@ -61,7 +61,7 @@ export class GatewayServiceRPCComponent implements AfterViewInit {
|
||||
this.commandForm = this.fb.group({
|
||||
command: [null,[Validators.required]],
|
||||
time: [60, [Validators.required, Validators.min(1)]],
|
||||
params: [{}, [jsonRequired]],
|
||||
params: ['{}', [jsonRequired]],
|
||||
result: [null]
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user