mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 18:35:58 +08:00
Merge branch 'feat/plugins' of github.com:langgenius/dify into feat/plugins
This commit is contained in:
commit
c74e59d1f4
@ -204,15 +204,17 @@ export default function AccountSetting({
|
|||||||
<div className='shrink-0 ml-2 text-xs text-gray-600'>{activeItem?.description}</div>
|
<div className='shrink-0 ml-2 text-xs text-gray-600'>{activeItem?.description}</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
<div className='grow flex justify-end'>
|
{activeItem?.key === 'provider' && (
|
||||||
<Input
|
<div className='grow flex justify-end'>
|
||||||
showLeftIcon
|
<Input
|
||||||
wrapperClassName='!w-[200px]'
|
showLeftIcon
|
||||||
className='!h-8 !text-[13px]'
|
wrapperClassName='!w-[200px]'
|
||||||
onChange={e => setSearchValue(e.target.value)}
|
className='!h-8 !text-[13px]'
|
||||||
value={searchValue}
|
onChange={e => setSearchValue(e.target.value)}
|
||||||
/>
|
value={searchValue}
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className='px-4 sm:px-8 pt-2'>
|
<div className='px-4 sm:px-8 pt-2'>
|
||||||
{activeMenu === 'account' && <AccountPage />}
|
{activeMenu === 'account' && <AccountPage />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user