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 4cf6f89 commit 595c177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/compose/src/views/Admin/Charts/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ export default {
const chart = this.chart.clone()
chart.chartID = NoID
chart.name = `${this.chart.name} (copy)`
chart.handle = `${this.chart.handle}_copy`
chart.handle = this.chart.handle ? `${this.chart.handle}_copy` : ''
this.handleSave({ chart })
},
Expand Down

0 comments on commit 595c177

Please sign in to comment.