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 a28333d commit b436f2b
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-33",
"version": "0.6.0-34",
"private": false,
"author": {
"name": "Marvin Zhang",
Expand Down
4 changes: 2 additions & 2 deletions src/components/spider/CreateEditSpiderDialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<cl-create-edit-diaglog
<cl-create-edit-dialog
:type="activeDialogKey"
:tab-name="createEditDialogTabName"
:visible="createEditDialogVisible"
Expand All @@ -12,7 +12,7 @@
<template #default>
<cl-spider-form/>
</template>
</cl-create-edit-diaglog>
</cl-create-edit-dialog>
</template>

<script lang="ts">
Expand Down

0 comments on commit b436f2b

Please sign in to comment.