chore: update model cols

This commit is contained in:
jialin
2026-03-16 14:48:46 +08:00
committed by jialin
parent 11de47c813
commit 18c10e5839
@@ -217,7 +217,7 @@ const useModelsColumns = ({
)
}
];
}, [sortOrder, clusterList, intl, handleSelect]);
}, [sortOrder, clusterList, intl, handleSelect, setModelActionList]);
};
export default useModelsColumns;