Wording und API
This commit is contained in:
@@ -59,7 +59,7 @@ export class CylinderArchiveComponent extends AgGridContainerComponent {
|
||||
|
||||
async restoreCylinder(data: ICylinder) {
|
||||
this.gridApi.setGridOption("loading", true);
|
||||
await this.api.restoreCylinder(data.id);
|
||||
await this.api.restoreCylinder(data);
|
||||
this.loadCylinders();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user