Skip to content

Commit

Permalink
Change the order to put the new default on top
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed May 17, 2023
1 parent fe8d62e commit 40ae5e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/jupyter-ai/src/components/chat-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,18 +281,18 @@ export function ChatSettings() {
});
})}
>
<FormControlLabel
value="send"
control={<Radio />}
label="Send the message"
/>
<FormControlLabel
value="newline"
control={<Radio />}
label={
<>Start a new line (use <kbd>Shift</kbd>+<kbd>Enter</kbd> to send)</>
}
/>
<FormControlLabel
value="send"
control={<Radio />}
label="Send the message"
/>
</RadioGroup>
</FormControl>
<Box sx={{ display: 'flex', justifyContent: 'flex-end' }}>
Expand Down

0 comments on commit 40ae5e9

Please sign in to comment.