Skip to content

Commit

Permalink
fix: update instances by filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Jan 20, 2025
1 parent 7487841 commit f94fcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/llmodels/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const Models: React.FC = () => {
};

const updateInstanceHandler = (list: any) => {
// filter the data
_.each(list, (data: any) => {
updateInstanceChunkedList(data);
});
Expand Down

0 comments on commit f94fcf5

Please sign in to comment.