urls
Max Ehrlicher-Schmidt 4 years ago
parent 4e9f29f193
commit d81090c45e

@ -198,6 +198,11 @@ export class BikesComponent {
tempDataSource.push(oldRow); tempDataSource.push(oldRow);
} }
} }
for (const oldRow of this.data.data) {
if (oldRow.newObject) {
tempDataSource.unshift(oldRow);
}
}
this.data.data = tempDataSource; this.data.data = tempDataSource;
}); });
this.bikesService.loadBikes(); this.bikesService.loadBikes();

Loading…
Cancel
Save