fix: clear os_image when it's not in new image list

This commit is contained in:
jialin
2025-12-04 10:12:19 +08:00
parent 7355be9e3a
commit f87989d32e
2 changed files with 28 additions and 3 deletions
@@ -61,7 +61,7 @@ const VersionInfoModal: React.FC<VersionInfoModalProps> = ({
open={open}
title={
<div className="flex-center gap-16">
{intl.formatMessage({ id: 'backend.versions' })}
<span>{intl.formatMessage({ id: 'backend.versions' })}</span>
<Button onClick={addVersion} type="link" size="small">
<PlusOutlined /> {intl.formatMessage({ id: 'backend.addVersion' })}
</Button>