Skip to content

Commit

Permalink
fix: system model setting missing space between buttons (langgenius#6912
Browse files Browse the repository at this point in the history
)
  • Loading branch information
douxc authored Aug 2, 2024
1 parent 6aa02f8 commit df530b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ const SystemModel: FC<SystemModelSelectorProps> = ({
{t('common.operation.cancel')}
</Button>
<Button
className='ml-2'
variant='primary'
onClick={handleSave}
disabled={!isCurrentWorkspaceManager}
Expand Down

0 comments on commit df530b5

Please sign in to comment.