fix: lint

This commit is contained in:
xingyu4j
2025-11-27 13:55:12 +08:00
parent a976ca88f6
commit 7fea95adff
14 changed files with 30 additions and 21 deletions

View File

@@ -145,8 +145,8 @@ export function useApiSelect(option: ApiSelectProps) {
}
return {
label: label,
value: value,
label,
value,
};
});
return;