mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Always default to all queue
This commit is contained in:
@@ -50,7 +50,7 @@ const routes = (
|
||||
<Route path=':id' components={Moderation} />
|
||||
</Route>
|
||||
<Route path=':id' components={Moderation} />
|
||||
<IndexRedirect to='premod' />
|
||||
<IndexRedirect to='all' />
|
||||
</Route>
|
||||
</Route>
|
||||
</div>
|
||||
|
||||
@@ -41,7 +41,7 @@ class StorySearchContainer extends React.Component {
|
||||
|
||||
goToStory = (id) => {
|
||||
const {router, closeSearch} = this.props;
|
||||
router.push(`/admin/moderate/${id}`);
|
||||
router.push(`/admin/moderate/all/${id}`);
|
||||
closeSearch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user