Skip to content

Commit

Permalink
fix: Added 'OK' button to failed gist modal (#529) (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanshridhar authored Mar 19, 2021
1 parent 122f671 commit adb4488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/commands-action-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export class GistActionButton extends React.Component<
message:
'Updating Fiddle Gist failed. Are you connected to the Internet and is this your Gist?',
detail: `GitHub encountered the following error: ${error.message}`,
buttons: ['Ok'],
};

ipcRendererManager.send(IpcEvents.SHOW_WARNING_DIALOG, messageBoxOptions);
Expand Down

0 comments on commit adb4488

Please sign in to comment.