1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Remove an useless 'cancel' button

This commit is contained in:
asmsuechan
2017-07-16 15:06:22 +09:00
parent 6ea2b5e1d9
commit 5f7b119e5c

View File

@@ -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']
})
}