{!isPublic && (
}
- onClick={() => removeVersion(record)}
+ onClick={() => handleVersionDelete(record)}
>
删除
@@ -182,7 +237,7 @@ function MirrorInfo() {
版本数:
-
{mirrorInfo.version_count || '--'}
+
{mirrorInfo.version_count ?? '--'}
@@ -201,12 +256,21 @@ function MirrorInfo() {
-
-