Przeglądaj źródła

Merge branch 'dev' of https://github.com/automaapp/automa into mv2

Ahmad Kholid 2 lat temu
rodzic
commit
16feaeb303
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/newtab/router.js

+ 1 - 1
src/newtab/router.js

@@ -93,7 +93,7 @@ const routes = [
   },
   },
   {
   {
     name: 'logs-details',
     name: 'logs-details',
-    path: '/logs/:id',
+    path: '/logs/:id?',
     component: LogsDetails,
     component: LogsDetails,
   },
   },
   {
   {