Skip to content

Commit

Permalink
fix bug introduced by renaming to Save model
Browse files Browse the repository at this point in the history
  • Loading branch information
karchjd committed Jan 30, 2025
1 parent 001e817 commit e051bb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/MenuTop/FileMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
} else {
menuItems = allMenuItems.filter(
(item) =>
["Download Model", "Load Model"].includes(item.name) ||
["Save Model", "Load Model"].includes(item.name) ||
allMenuItems.indexOf(item) >= allMenuItems.length - 4,
);
}
Expand Down
Loading

0 comments on commit e051bb5

Please sign in to comment.