mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 02:25:31 +08:00
Fix: Bug fixes (#11960)
### What problem does this PR solve? Fix: Bug fixes New search popup style modification Fixed multilingual settings not updating immediately on personal center page Changed overlapped percent to percentage format, with maximum value of 30% ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import { CardContainer } from '@/components/card-container';
|
||||
import { EmptyCardType } from '@/components/empty/constant';
|
||||
import { EmptyAppCard } from '@/components/empty/empty';
|
||||
import { IconFont } from '@/components/icon-font';
|
||||
import ListFilterBar from '@/components/list-filter-bar';
|
||||
import { RenameDialog } from '@/components/rename-dialog';
|
||||
import { Button } from '@/components/ui/button';
|
||||
@ -149,7 +148,7 @@ export default function SearchList() {
|
||||
onOk={onSearchRenameConfirm}
|
||||
initialName={initialSearchName}
|
||||
loading={searchRenameLoading}
|
||||
title={<IconFont name="search" className="size-6"></IconFont>}
|
||||
title={initialSearchName || t('createSearch')}
|
||||
></RenameDialog>
|
||||
)}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user