mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 19:05:20 +08:00
修改环境变量文本
This commit is contained in:
Vendored
+2
-2
@@ -303,7 +303,7 @@ const Env = () => {
|
||||
|
||||
const handleCancel = (env?: any[]) => {
|
||||
setIsModalVisible(false);
|
||||
handleEnv(env);
|
||||
env && handleEnv(env);
|
||||
};
|
||||
|
||||
const handleEditNameCancel = (env?: any[]) => {
|
||||
@@ -445,7 +445,7 @@ const Env = () => {
|
||||
onSearch={onSearch}
|
||||
/>,
|
||||
<Button key="2" type="primary" onClick={() => addEnv()}>
|
||||
添加Env
|
||||
添加变量
|
||||
</Button>,
|
||||
]}
|
||||
header={{
|
||||
|
||||
Reference in New Issue
Block a user