fix: fix Warning: No match found for location with path "/logs"
@@ -86,7 +86,7 @@ const routes = [
},
{
name: 'logs-details',
- path: '/logs/:id',
+ path: '/logs/:id?',
component: LogsDetails,