mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
f3a3550784
commit
fd07e3a8e3
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@
|
|||
<div
|
||||
class="group flex min-h-8 w-full items-center gap-2 overflow-hidden rounded-xl px-2 py-1 text-left {model.write_access
|
||||
? 'cursor-pointer'
|
||||
: ''}"
|
||||
: ''} {model?.meta?.hidden ? 'opacity-50 dark:opacity-50' : ''}"
|
||||
id="model-item-{model.id}"
|
||||
role="button"
|
||||
tabindex={model.write_access ? 0 : -1}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue