Skip to content

Commit

Permalink
Merge pull request #194 from us3r-network/F-resetFavor-ttang
Browse files Browse the repository at this point in the history
feat: reset favor
  • Loading branch information
sin-bufan authored Jul 20, 2023
2 parents 7f7a48d + 5a8e4e1 commit f525b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/scan/src/container/Models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function ModelsPage() {
const fetchModelWithDebounce = async (network: Network) => {
setModels([])
setHasMore(true)
setFilterStar(false)
const resp = await getModelStreamList({
name: searchText.current,
network,
Expand Down

0 comments on commit f525b31

Please sign in to comment.