chore: image edit init params
This commit is contained in:
@@ -146,6 +146,7 @@ export const useInitLLmMeta = (
|
||||
setModelMeta,
|
||||
setInitialValues,
|
||||
setParams,
|
||||
setParamsConfig,
|
||||
formRef,
|
||||
paramsConfig,
|
||||
initialValues,
|
||||
@@ -389,6 +390,9 @@ export const useInitImageMeta = (props: MessageProps) => {
|
||||
]);
|
||||
setParams(allValues);
|
||||
updateCacheFormData(changeValues);
|
||||
} else {
|
||||
setParams(allValues);
|
||||
updateCacheFormData(changeValues);
|
||||
}
|
||||
},
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user