Skip to content

Commit

Permalink
fix: unable to create spider issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 18, 2022
1 parent db46670 commit a28333d
Show file tree
Hide file tree
Showing 3 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-32",
"version": "0.6.0-33",
"private": false,
"author": {
"name": "Marvin Zhang",
Expand Down
2 changes: 1 addition & 1 deletion src/views/spider/list/SpiderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
<template #extra>
<!-- Dialogs (handled by store) -->
<cl-create-spider-dialog/>
<cl-create-edit-spider-dialog/>
<cl-run-spider-dialog/>
<cl-upload-spider-files-dialog/>
<!-- ./Dialogs -->
Expand Down
2 changes: 1 addition & 1 deletion src/views/tag/list/TagViewList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
<template #extra>
<!-- Dialogs (handled by store) -->
<cl-create-tag-dialog/>
<cl-create-edit-tag-dialog/>
<!-- ./Dialogs -->
</template>
</cl-list-layout>
Expand Down

0 comments on commit a28333d

Please sign in to comment.