fix: system model setting missing space between buttons (#6912)
This commit is contained in:
parent
6aa02f8c63
commit
df530b53e5
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ const SystemModel: FC<SystemModelSelectorProps> = ({
|
|||
{t('common.operation.cancel')}
|
||||
</Button>
|
||||
<Button
|
||||
className='ml-2'
|
||||
variant='primary'
|
||||
onClick={handleSave}
|
||||
disabled={!isCurrentWorkspaceManager}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue