mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 07:26:47 +00:00
debug-panel , fix sth
This commit is contained in:
@@ -19,7 +19,7 @@ const Search = props => {
|
||||
return searchContent.toLowerCase().includes(searchKey.toLowerCase())
|
||||
})
|
||||
} else {
|
||||
filteredPosts = posts
|
||||
filteredPosts = []
|
||||
}
|
||||
|
||||
const { locale } = useGlobal()
|
||||
|
||||
Reference in New Issue
Block a user