mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: hide filters button and hide testing history (#149)
* feat: hide testing history * feat: hide filters button
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import { ReactComponent as FilterIcon } from '@/assets/filter.svg';
|
||||
import ModalManager from '@/components/modal-manager';
|
||||
import { useFetchKnowledgeList } from '@/hooks/knowledgeHook';
|
||||
import { useSelectUserInfo } from '@/hooks/userSettingHook';
|
||||
@ -25,9 +24,9 @@ const Knowledge = () => {
|
||||
</p>
|
||||
</div>
|
||||
<Space size={'large'}>
|
||||
<Button icon={<FilterIcon />} className={styles.filterButton}>
|
||||
{/* <Button icon={<FilterIcon />} className={styles.filterButton}>
|
||||
Filters
|
||||
</Button>
|
||||
</Button> */}
|
||||
<ModalManager>
|
||||
{({ visible, hideModal, showModal }) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user