forked from Gitlink/forgeplus-react
This commit is contained in:
parent
3dc1129a34
commit
a0f279342a
|
@ -192,8 +192,8 @@ class Index extends Component {
|
|||
project_type: undefined,
|
||||
sort: "updated_on"
|
||||
})
|
||||
// const { limit, sort, category_id , languageId } = this.state;
|
||||
// this.getListData(1, limit, value, sort, undefined, category_id , languageId);
|
||||
const { limit, sort, category_id , languageId } = this.state;
|
||||
this.getListData(1, limit, value, sort, undefined, category_id , languageId);
|
||||
}
|
||||
changeSearchValue = (e) => {
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in New Issue