修复脚本管理上传文件文件名乱码

This commit is contained in:
whyour
2024-04-22 22:39:27 +08:00
parent 6657ff0560
commit f723631647
4 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -173,8 +173,9 @@ const CronDetailModal = ({
<>
{intl.get('确认保存文件')}
<Text style={{ wordBreak: 'break-all' }} type="warning">
{' '}
{scriptInfo.filename}
</Text>{' '}
</Text>
{intl.get(',保存后不可恢复')}
</>
),