mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #18487 from ShirasawaSama/patch-42
fix: Do not display divider when no integrations enabled
This commit is contained in:
commit
9c9085adfa
1 changed files with 2 additions and 4 deletions
|
|
@ -1455,11 +1455,9 @@
|
|||
</div>
|
||||
</InputMenu>
|
||||
|
||||
<div
|
||||
class="flex self-center w-[1px] h-4 mx-1 bg-gray-200/50 dark:bg-gray-800/50"
|
||||
/>
|
||||
|
||||
{#if showWebSearchButton || showImageGenerationButton || showCodeInterpreterButton || showToolsButton || (toggleFilters && toggleFilters.length > 0)}
|
||||
<div class="flex self-center w-[1px] h-4 mx-1 bg-gray-200/50 dark:bg-gray-800/50" />
|
||||
|
||||
<IntegrationsMenu
|
||||
selectedModels={atSelectedModel ? [atSelectedModel.id] : selectedModels}
|
||||
{toggleFilters}
|
||||
|
|
|
|||
Loading…
Reference in a new issue