feat: add env field in deploy form

This commit is contained in:
jialin
2025-02-21 17:05:06 +08:00
parent a89ff584fd
commit c6cc5810ca
9 changed files with 55 additions and 11 deletions
+3 -3
View File
@@ -51,9 +51,9 @@ const ListInput: React.FC<ListInputProps> = (props) => {
uid: countRef.current
});
setList(values);
setTimeout(() => {
buttonRef.current?.scrollIntoView?.({ behavior: 'smooth' });
}, 100);
// setTimeout(() => {
// buttonRef.current?.scrollIntoView?.({ behavior: 'smooth' });
// }, 100);
};
React.useEffect(() => {