mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
fix dsl (#234)
This commit is contained in:
parent
fa49f79051
commit
e895141d43
@ -26,7 +26,7 @@ export class RevertsComponent implements OnInit {
|
||||
constructor(private fetchRevertsService: FetchRevertsService, private dialog: DialogService) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.fetchRevertsService.search({ depositID: this.deposit.id });
|
||||
this.fetchRevertsService.search({ deposit_id: this.deposit.id });
|
||||
}
|
||||
|
||||
createRevert() {
|
||||
|
@ -1,3 +1,3 @@
|
||||
export interface FetchRevertsParams {
|
||||
depositID: string;
|
||||
deposit_id: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user