Skip to content

Commit ab922d9

Browse files
Update tools/server/webui/src/lib/stores/models.svelte.ts
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent 8e54dd8 commit ab922d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/webui/src/lib/stores/models.svelte.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class ModelsStore {
163163

164164
if (nextSelectionId) {
165165
const match = models.find((m) => m.id === nextSelectionId);
166+
166167
if (match) {
167168
nextSelectionId = match.id;
168169
nextSelectionName = match.model;

0 commit comments

Comments
 (0)