fix: miss openaiCustomUrl in get-models payload

This commit is contained in:
jialin
2026-02-24 15:36:41 +08:00
parent 053e5cca86
commit 5151f26b9e
5 changed files with 28 additions and 6 deletions
@@ -7,6 +7,7 @@ interface FormContextProps {
action: PageActionType;
currentData?: any;
id?: number;
getCustomConfig?: () => Record<string, any>;
}
const FormContext = createContext<FormContextProps>({} as FormContextProps);