feat: add environment variable labels

This commit is contained in:
whyour
2026-05-23 23:21:38 +08:00
parent 7a8917f8e4
commit 8bc0906949
10 changed files with 792 additions and 9 deletions
+1 -3
View File
@@ -66,9 +66,7 @@ const EditableTagGroup = ({
}, [inputVisible]);
useEffect(() => {
if (value) {
setTags(value);
}
setTags(value || []);
}, [value]);
return (