fix: yaml editor do not update when upload same file
This commit is contained in:
@@ -184,7 +184,6 @@ const ClusterCreate = () => {
|
||||
}
|
||||
|
||||
return formKeys.map((key) => {
|
||||
console.log('renderForms key========', key, formValues);
|
||||
const FormComponent = moduleRegistry[key];
|
||||
return FormComponent ? (
|
||||
<FormComponent
|
||||
|
||||
Reference in New Issue
Block a user