diff --git a/components/Settings/SettingsModal.tsx b/components/Settings/SettingsModal.tsx index e5b0929..3f2d9cc 100644 --- a/components/Settings/SettingsModal.tsx +++ b/components/Settings/SettingsModal.tsx @@ -523,7 +523,22 @@ export function SettingsModal({ ) : ( <> - + {paginatedModels.map((modelName) => { const tags = availableModels?.models[modelName] || []; const installedTags = getInstalledTags(modelName);