Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove an useless 'cancel' button
  • Loading branch information
asmsuechan committed Jul 16, 2017
commit 5f7b119e5cea6252e40f336417ed7182efaf9920
2 changes: 1 addition & 1 deletion browser/main/Detail/SnippetNoteDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class SnippetNoteDetail extends React.Component {
type: 'warning',
message: 'Sorry!',
detail: 'md/text import is available only a markdown note.',
buttons: ['OK', 'Cancel']
buttons: ['OK']
})
}

Expand Down