fix: click twice for submitting deployment form, using iconfont static files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user