mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
Merge pull request #13883 from alpha-pet/fix-workspace-model-unintended-toggle
Fix: Unintentional toggling of model status on the workspace page.
This commit is contained in:
commit
2217fc4fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" my-2 mb-5 gap-2 grid lg:grid-cols-2 xl:grid-cols-3" id="model-list">
|
<div class=" my-2 mb-5 gap-2 grid lg:grid-cols-2 xl:grid-cols-3" id="model-list">
|
||||||
{#each filteredModels as model}
|
{#each filteredModels as model (model.id)}
|
||||||
<div
|
<div
|
||||||
class=" flex flex-col cursor-pointer w-full px-3 py-2 dark:hover:bg-white/5 hover:bg-black/5 rounded-xl transition"
|
class=" flex flex-col cursor-pointer w-full px-3 py-2 dark:hover:bg-white/5 hover:bg-black/5 rounded-xl transition"
|
||||||
id="model-item-{model.id}"
|
id="model-item-{model.id}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue