mirror of
https://github.com/langgenius/dify.git
synced 2025-11-29 04:14:51 +00:00
fix(frontend): add missing vertical type to divider in provider config modal (#28387)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
8bab42e224
commit
1be38183e5
@ -532,7 +532,7 @@ const ProviderConfigModal: FC<Props> = ({
|
|||||||
>
|
>
|
||||||
<span className='text-[#D92D20]'>{t('common.operation.remove')}</span>
|
<span className='text-[#D92D20]'>{t('common.operation.remove')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
<Divider className='mx-3 h-[18px]' />
|
<Divider type='vertical' className='mx-3 h-[18px]' />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user