mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
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