Admin
2022-08-09 9cb42e93ea6fc79268b7c43a4115b8f0076c84e1
src/stores/routesList.ts
@@ -12,6 +12,7 @@
      routesList: [],
      isColumnsMenuHover: false,
      isColumnsNavHover: false,
      projectId:'',
   }),
   actions: {
      async setRoutesList(data: Array<string>) {