Explorar o código

fix percentage

Gitea %!s(int64=4) %!d(string=hai) anos
pai
achega
ffcb4ee788
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      client/src/pages/collections/Collections.tsx

+ 3 - 1
client/src/pages/collections/Collections.tsx

@@ -113,7 +113,9 @@ const Collections = () => {
               />
             </Link>
           ),
-          statusElement: <Status status={v._status} />,
+          statusElement: (
+            <Status status={v._status} percentage={v._loadedPercentage} />
+          ),
           indexCreatingElement: (
             <StatusIcon
               type={indexStatus?._indexState || ChildrenStatusType.FINISH}