mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-15 20:05:56 +08:00
refac
This commit is contained in:
parent
4c06683e95
commit
f32b042a00
@ -167,7 +167,7 @@
|
|||||||
/>
|
/>
|
||||||
<UserChatsModal bind:show={showUserChatsModal} user={selectedUser} />
|
<UserChatsModal bind:show={showUserChatsModal} user={selectedUser} />
|
||||||
|
|
||||||
{#if ($config?.license_metadata?.seats ?? null) !== null && users.length > $config?.license_metadata?.seats}
|
{#if ($config?.license_metadata?.seats ?? null) !== null && total && total > $config?.license_metadata?.seats}
|
||||||
<div class=" mt-1 mb-2 text-xs text-red-500">
|
<div class=" mt-1 mb-2 text-xs text-red-500">
|
||||||
<Banner
|
<Banner
|
||||||
className="mx-0"
|
className="mx-0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user