refactor forms to not use ant Form component; split server and instance details forms into their own components
This commit is contained in:
@@ -88,6 +88,7 @@ const ServerStatusProvider = ({ children }) => {
|
||||
...config,
|
||||
[fieldName]: value,
|
||||
};
|
||||
console.log({updatedConfig, fieldName, value, path})
|
||||
setConfig(updatedConfig);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user