Преглед на файлове

fix: add detectChanges in loadOrderHistory for order list rendering

gangvy преди 5 месеца
родител
ревизия
6e41483992
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/app/app.ts

+ 1 - 0
src/app/app.ts

@@ -617,6 +617,7 @@ export class App implements OnInit {
       this.orderError = e.message;
     }
     this.ordersLoading = false;
+    this.cdr.detectChanges();
   }
 
   // ─── Order formatting helpers ───