mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
fix: rerank usage (#4751)
* remove invalid index * perf: i18n * fix: rerank usage
This commit is contained in:
@@ -20,7 +20,7 @@ export const useCopyData = () => {
|
||||
const copyData = useCallback(
|
||||
async (
|
||||
data: string,
|
||||
title: string | null | undefined = t('common:Copy Successful'),
|
||||
title: string | null | undefined = t('common:copy_successful'),
|
||||
duration = 1000
|
||||
) => {
|
||||
data = data.trim();
|
||||
|
Reference in New Issue
Block a user