fix: use image label in inputbox

This commit is contained in:
jialin
2025-12-03 16:00:59 +08:00
parent 59eace702b
commit d8f1e95e1a
4 changed files with 47 additions and 38 deletions
+1
View File
@@ -29,6 +29,7 @@ export const regionOSImageListAtom = atom<
{
label: string;
value: string;
os_image: string;
name: string;
description: string;
vendor: string;