Skip to content

Commit

Permalink
feat: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Mar 2, 2022
1 parent b435e39 commit 0498892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veact-admin",
"version": "1.4.0",
"version": "1.4.1",
"author": "Surmon",
"license": "MIT",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions src/pages/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ export const FeedbackPage: React.FC = () => {
}}
options={[
{ value: ALL_VALUE, label: '所有评分' },
{ value: 1, label: '1 Hate' },
{ value: 2, label: '2 Dislike' },
{ value: 3, label: '3 Neutral' },
{ value: 4, label: '4 Like' },
{ value: 5, label: '5 Love' },
{ value: 1, label: '1 ' },
{ value: 2, label: '2 ' },
{ value: 3, label: '3 ' },
{ value: 4, label: '4 ' },
{ value: 5, label: '5 ' },
]}
/>
<Select
Expand Down

0 comments on commit 0498892

Please sign in to comment.