Skip to content

Commit

Permalink
fix: playbook template clone error
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 authored and ibuler committed Sep 19, 2024
1 parent e26befa commit 050b50f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/ops/Template/Playbook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export default {
canDelete: ({ row }) => {
return this.$hasPerm('ops.delete_playbook') && row.creator === currentUserID
},
hasClone: true
hasClone: true,
cloneRoute: 'PlaybookCreate'
}
}
}
Expand Down

0 comments on commit 050b50f

Please sign in to comment.