chore: update model cols

This commit is contained in:
jialin
2026-03-16 11:11:46 +08:00
parent f7c3b28cc8
commit 042f8fed47
@@ -217,7 +217,7 @@ const useModelsColumns = ({
)
}
];
}, [sortOrder, clusterList, intl, handleSelect]);
}, [sortOrder, clusterList, intl, handleSelect, setModelActionList]);
};
export default useModelsColumns;