mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复未勾选拆分环境变量参数验证失败
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ const EnvModal = ({
|
||||
};
|
||||
});
|
||||
} else {
|
||||
payload = [values];
|
||||
payload = [{ value, name, remarks }];
|
||||
}
|
||||
} else {
|
||||
payload = { ...values, _id: env._id };
|
||||
|
||||
Reference in New Issue
Block a user