Skip to content

Commit

Permalink
apply review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Oct 23, 2023
1 parent 9b07c10 commit 4cf6f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/compose/src/views/Admin/Modules/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ export default {
const module = this.module.clone()
module.moduleID = NoID
module.name = `${this.module.name} (copy)`
module.handle = `${this.module.handle}_copy`
module.handle = this.module.handle ? `${this.module.handle}_copy` : ''
this.handleSave({ module })
},
Expand Down

0 comments on commit 4cf6f89

Please sign in to comment.