mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 18:09:01 +08:00
fix: system model setting missing space between buttons (#6912)
This commit is contained in:
parent
6aa02f8c63
commit
df530b53e5
@ -249,6 +249,7 @@ const SystemModel: FC<SystemModelSelectorProps> = ({
|
|||||||
{t('common.operation.cancel')}
|
{t('common.operation.cancel')}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
|
className='ml-2'
|
||||||
variant='primary'
|
variant='primary'
|
||||||
onClick={handleSave}
|
onClick={handleSave}
|
||||||
disabled={!isCurrentWorkspaceManager}
|
disabled={!isCurrentWorkspaceManager}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user