mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Merge pull request #351 from coralproject/mod-queue-sort
Fixing order bug with mod queue sorting.
This commit is contained in:
@@ -52,8 +52,8 @@ class ModerationMenu extends Component {
|
||||
label='Sort'
|
||||
value={this.state.sort}
|
||||
onChange={sort => this.selectSort(sort)}>
|
||||
<Option value={'CHRONOLOGICAL'}>Newest First</Option>
|
||||
<Option value={'REVERSE_CHRONOLOGICAL'}>Oldest First</Option>
|
||||
<Option value={'REVERSE_CHRONOLOGICAL'}>Newest First</Option>
|
||||
<Option value={'CHRONOLOGICAL'}>Oldest First</Option>
|
||||
</SelectField>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user