fix: tags

This commit is contained in:
StyleZhang
2024-11-05 17:35:18 +08:00
parent 1003190dc0
commit 08bb6bf858
8 changed files with 82 additions and 57 deletions

View File

@ -27,7 +27,7 @@ const LabelFilter: FC<LabelFilterProps> = ({
const { t } = useTranslation()
const [open, setOpen] = useState(false)
const labelList = useTags()
const { tags: labelList } = useTags()
const [keywords, setKeywords] = useState('')
const [searchKeywords, setSearchKeywords] = useState('')

View File

@ -26,7 +26,7 @@ const LabelSelector: FC<LabelSelectorProps> = ({
const { t } = useTranslation()
const [open, setOpen] = useState(false)
const labelList = useTags()
const { tags: labelList } = useTags()
const [keywords, setKeywords] = useState('')
const [searchKeywords, setSearchKeywords] = useState('')