Skip to content

Commit

Permalink
fix: incorrect tabs in task detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 18, 2022
1 parent b436f2b commit b0f518d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab-ui",
"version": "0.6.0-34",
"version": "0.6.0-35",
"private": false,
"author": {
"name": "Marvin Zhang",
Expand Down
4 changes: 2 additions & 2 deletions src/router/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default [
},
{
path: TAB_NAME_LOGS,
component: () => import('@/views/task/detail/tabs/TaskDetailTabData.vue'),
component: () => import('@/views/task/detail/tabs/TaskDetailTabLogs.vue'),
},
{
path: TAB_NAME_DATA,
component: () => import('@/views/task/detail/tabs/TaskDetailTabLogs.vue'),
component: () => import('@/views/task/detail/tabs/TaskDetailTabData.vue'),
},
]
},
Expand Down

0 comments on commit b0f518d

Please sign in to comment.