修改环境变量文本

This commit is contained in:
hanhh
2021-06-26 23:37:54 +08:00
parent ecb035d0b4
commit 9f5c8fa70a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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={{