4.6.4-alpha (#582)
This commit is contained in:
@@ -408,7 +408,7 @@ export function RawSourceText({
|
||||
await getFileAndOpen(sourceId as string);
|
||||
} catch (error) {
|
||||
toast({
|
||||
title: getErrText(error, '获取文件地址失败'),
|
||||
title: t(getErrText(error, 'error.fileNotFound')),
|
||||
status: 'error'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user