Skip to content

Commit

Permalink
fix issue apache#306
Browse files Browse the repository at this point in the history
fix issue apache#306
  • Loading branch information
kerwin612 authored Aug 8, 2023
1 parent 879e4f6 commit 607a02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Plugin/Common/Selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ class AddModal extends Component {
>
{selectorTypeEnums.map(item => {
return (
<Option key={item.code} value={item.code}>
<Option key={item.code} value={item.code.toString()}>
{getIntlContent(
`SHENYU.COMMON.SELECTOR.TYPE.${item.name.toUpperCase()}`,
item.name
Expand Down

0 comments on commit 607a02f

Please sign in to comment.