fix: sglang enable across worker

This commit is contained in:
jialin
2025-11-20 15:59:05 +08:00
parent ebff5695ff
commit ea39a45f31
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ const SealSelect: React.FC<SelectProps & SealFormItemProps> = (props) => {
} else {
setIsFocus(false);
}
props.onChange?.(val, options);
props.onChange?.(val || null, options);
};
const handleOnFocus = (e: any) => {