fix: click twice for submitting deployment form, using iconfont static files

This commit is contained in:
jialin
2026-05-29 16:19:17 +08:00
committed by jialin
parent 34098e8950
commit 7e048ee537
14 changed files with 3055 additions and 10 deletions
@@ -30,6 +30,7 @@ interface FormContextProps {
flatBackendOptions: BackendOption[];
initialValues?: FormData; // for editing model
modelContextData?: Record<string, any>;
submitAttempted?: boolean;
clearCacheFormValues?: () => void;
onValuesChange?: (changedValues: any, allValues: any) => void;
onBackendChange: (backend: string, option: any) => void;