fix: recreate watch request after cluster changed

This commit is contained in:
jialin
2026-01-20 13:40:15 +08:00
parent eb5e344b41
commit d5f3158638
3 changed files with 5 additions and 2 deletions
@@ -74,6 +74,7 @@ const AddWorkerSteps: React.FC<AddWorkerProps> = (props) => {
const handleOnClusterChange = (value: number, row?: any) => {
onClusterChange?.(value, row);
createModelsChunkRequest({ cluster_id: value });
};
React.useEffect(() => {