mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 11:22:58 +08:00
feat: add environment variable labels
This commit is contained in:
@@ -66,9 +66,7 @@ const EditableTagGroup = ({
|
||||
}, [inputVisible]);
|
||||
|
||||
useEffect(() => {
|
||||
if (value) {
|
||||
setTags(value);
|
||||
}
|
||||
setTags(value || []);
|
||||
}, [value]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user