Skip to content

Commit

Permalink
#6594 set publish as default button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed Jan 19, 2018
1 parent 510f1de commit 310fee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/notebook/src/extension/gistPublish/gistPublishModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default class GistPublishModal {
keyboard_manager: Jupyter.notebook.keyboard_manager,
title : 'Publish to a GitHub Gist',
body : modalContent,
default_button: 'Publish',
buttons: {
'Publish': {
'class' : 'btn-primary',
Expand Down

0 comments on commit 310fee7

Please sign in to comment.