Przeglądaj źródła

fix overlap error

oscarleiva 5 lat temu
rodzic
commit
78310136c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/models/cargo.ts

+ 1 - 1
src/app/models/cargo.ts

@@ -1,6 +1,6 @@
 export interface Cargo {
     label: string;
-    value: number;
+    value: any;
 }
 
 /* labels