Skip to content

Commit

Permalink
other: Added auto correction retry logic
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed May 22, 2021
1 parent 2e80729 commit 2732b37
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions app/modals/AutoCorrectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,24 +308,10 @@ const AutoCorrectionModal: FC<AutoCorrectionModalProps> = ({ ...props }) => {
<Grid item>
<Button
onClick={() => {
// TODO
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
ipcRenderer.send(AutoCorrectionIPC.AUTOCORRECTION_START, {
corrections,
workspace,
});
}}
variant="outlined"
>
Expand Down

0 comments on commit 2732b37

Please sign in to comment.