Skip to content

Commit

Permalink
fix(ui): remove custom text in values
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 8, 2022
1 parent 6c37bf6 commit b684ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ValueId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default {
this.value.default === item.value ? ' (Default)' : ''
}`
} else {
return `[${item}] Custom`
return item
}
},
updateValue(v, customValue) {
Expand Down

0 comments on commit b684ba9

Please sign in to comment.