Правки
This commit is contained in:
gofnnp 2023-03-19 14:09:32 +04:00
parent f41b5637a2
commit d5d11746d3

View File

@ -192,7 +192,7 @@ export class OrdersComponent implements OnInit {
params: [this.choose, orderId, this.selectedStatus], params: [this.choose, orderId, this.selectedStatus],
}, },
RpcService.authService, RpcService.authService,
false true
) )
.pipe( .pipe(
map((value) => { map((value) => {