fix: system model setting missing space between buttons (#6912)

pull/6917/head
NFish 2 years ago committed by GitHub
parent 6aa02f8c63
commit df530b53e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -249,6 +249,7 @@ const SystemModel: FC<SystemModelSelectorProps> = ({
{t('common.operation.cancel')}
</Button>
<Button
className='ml-2'
variant='primary'
onClick={handleSave}
disabled={!isCurrentWorkspaceManager}

Loading…
Cancel
Save