mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 15:10:11 +00:00
theme 优化
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { useNobeliumGlobal } from '..'
|
||||
import Tags from './Tags'
|
||||
|
||||
export default function BlogListBar(props) {
|
||||
const { tag, setFilterKey } = props
|
||||
const { tag, setFilterKey } = useNobeliumGlobal()
|
||||
const handleSearchChange = (val) => {
|
||||
setFilterKey(val)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user