mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 22:55:27 +00:00
V4.6.7-production (#759)
This commit is contained in:
@@ -87,7 +87,7 @@ const Detail = ({ datasetId, currentTab }: { datasetId: string; currentTab: `${T
|
||||
onError(err: any) {
|
||||
router.replace(`/dataset/list`);
|
||||
toast({
|
||||
title: getErrText(err, t('common.Load Failed')),
|
||||
title: t(getErrText(err, t('common.Load Failed'))),
|
||||
status: 'error'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user