mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
修复未勾选拆分环境变量参数验证失败
This commit is contained in:
parent
89e82fd5b0
commit
b29dd2c580
2
src/pages/env/modal.tsx
vendored
2
src/pages/env/modal.tsx
vendored
|
@ -31,7 +31,7 @@ const EnvModal = ({
|
|||
};
|
||||
});
|
||||
} else {
|
||||
payload = [values];
|
||||
payload = [{ value, name, remarks }];
|
||||
}
|
||||
} else {
|
||||
payload = { ...values, _id: env._id };
|
||||
|
|
Loading…
Reference in New Issue
Block a user