style: community backend detail title

This commit is contained in:
jialin
2026-02-13 12:26:43 +08:00
parent c67a8c4120
commit af9890b16c
3 changed files with 6 additions and 6 deletions
-5
View File
@@ -43,11 +43,6 @@ const BackendFields: React.FC = () => {
useCompareEnvs();
const handleBackendVersionOnChange = (value: any, option: any) => {
// const oldEnvs = _.get(initialValues, 'env', {});
// const newEnvs = option.data?.env || {};
// handleCompareEnvs(oldEnvs, newEnvs);
if (Object.keys(option.data?.env || {}).length > 0) {
form.setFieldValue('env', { ...(option?.data?.env || {}) });
}