Commit e4369ff8 authored by chenshouchao's avatar chenshouchao

nothing

parent 80b273a8
...@@ -26,7 +26,7 @@ const AddEnvironment = (props: IAddEnvironmentProps) => { ...@@ -26,7 +26,7 @@ const AddEnvironment = (props: IAddEnvironmentProps) => {
const [publicZoneId, setPublicZoneId] = useState(""); const [publicZoneId, setPublicZoneId] = useState("");
const [fileToken, setFileToken] = useState(""); const [fileToken, setFileToken] = useState("");
const [taskType, setTaskType] = useState<"BATCH" | "FLOW">("BATCH"); const [taskType, setTaskType] = useState<"BATCH" | "FLOW">("BATCH");
const []; // const [];
const [name, setName] = useState(""); const [name, setName] = useState("");
const [baseEnvId, setBaseEnvId] = useState(""); const [baseEnvId, setBaseEnvId] = useState("");
const [envList, setEnvList] = useState<Array<any>>([]); const [envList, setEnvList] = useState<Array<any>>([]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment