Browse Source

fix: 删除“构建中”状态镜像版本,构建成功/失败状态返回后重新显示在列表

pull/228/head
cp3hnu 8 months ago
parent
commit
9a89988e95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/src/pages/Mirror/Info/index.tsx

+ 1
- 1
react-ui/src/pages/Mirror/Info/index.tsx View File

@@ -211,7 +211,7 @@ function MirrorInfo() {
hidden: isPublic,
render: (_: any, record: MirrorVersionData) => (
<div>
{!isPublic && (
{!isPublic && record.status && record.status !== MirrorVersionStatus.Building && (
<ConfigProvider
theme={{
token: {


Loading…
Cancel
Save