From 3d11bf667ab4165dbef20f44087f6457b31a4f13 Mon Sep 17 00:00:00 2001 From: cp3hnu Date: Tue, 1 Apr 2025 14:03:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=89=E6=8B=A9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=97=B6=E8=BF=87=E6=BB=A4=E6=AD=A3=E5=9C=A8=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=92=8C=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/src/components/ResourceSelectorModal/config.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-ui/src/components/ResourceSelectorModal/config.tsx b/react-ui/src/components/ResourceSelectorModal/config.tsx index 80e3ab3c..5dc7b961 100644 --- a/react-ui/src/components/ResourceSelectorModal/config.tsx +++ b/react-ui/src/components/ResourceSelectorModal/config.tsx @@ -224,6 +224,8 @@ export class MirrorSelector implements SelectorTypeInfo { image_id: parentKey, page: 0, size: 2000, + status: 'available', + state: 1, }); if (res && res.data) { const list = res.data.content || [];