Skip to content

Commit

Permalink
fix(cloud-function): fix ide error in unpublished function
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Dec 10, 2021
1 parent 94eeab9 commit 633a2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system-client/src/views/cloudfunction/debug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export default {
diffSaved() {
this.diffCode.original = this.func.code
this.diffCode.modified = this.value
this.diffCode.title = `云函数代码变更对比:#${this.published_func.version}(已保存) -> (当前编辑)`
this.diffCode.title = `云函数代码变更对比:#${this.func.version}(已保存) -> (当前编辑)`
this.isShowDiffEditor = true
},
onCloseDiffEditor() {
Expand Down

0 comments on commit 633a2b3

Please sign in to comment.