Browse Source

relation from: item.from,

visuddhinanda 3 years ago
parent
commit
9a1644a46d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/load.ts

+ 1 - 0
dashboard/src/load.ts

@@ -130,6 +130,7 @@ const init = () => {
           id: item.id,
           name: item.name,
           case: item.case,
+          from: item.from,
           to: item.to,
         };
       });