Skip to content

Commit

Permalink
Merge pull request #711 from thematters/feat/campaign-state
Browse files Browse the repository at this point in the history
feat(campaign): remove support to change campaign state to "pending"
  • Loading branch information
gitwoz authored Oct 23, 2024
2 parents 51ab8dd + da1eb63 commit 0e86272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Campaign/SetState/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const COMMENT_STATES: {
}[] = [
{ key: 'active', text: '正常' },
{ key: 'archived', text: '已隱藏', disabled: true },
{ key: 'pending', text: '編輯中' },
{ key: 'pending', text: '編輯中', disabled: true },
{ key: 'finished', text: '已結束' },
]

Expand Down

0 comments on commit 0e86272

Please sign in to comment.