mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 03:46:07 +08:00
修复未勾选拆分环境变量参数验证失败
This commit is contained in:
parent
82a4485792
commit
ff481ef7f3
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