Your Name
2022-06-28 1d30d450bb41e1117e9be4d6a6c7c3ca4b007601
src/stores/routesList.ts
@@ -12,6 +12,7 @@
      routesList: [],
      isColumnsMenuHover: false,
      isColumnsNavHover: false,
      projectId:'',
   }),
   actions: {
      async setRoutesList(data: Array<string>) {