Wording und API

This commit is contained in:
Bastian Wagner
2026-02-19 17:19:03 +01:00
parent 7bd6dfae27
commit c542575046
4 changed files with 54 additions and 41 deletions

View File

@@ -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();
}