fix: worker labels not display

This commit is contained in:
jialin
2024-09-09 19:45:35 +08:00
parent ea2844ea7f
commit 21ef4e8f18
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ const LabelSelector: React.FC<LabelSelectorProps> = ({
});
setLabelList(list);
}
console.log('labelsData=========', labelsData);
}, [labels]);
const handleLabelListChange = useCallback(