.
This commit is contained in:
parent
c0f54ee64b
commit
2047ef6685
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ function activate(app: JupyterLab, docManager: IDocumentManager, palette: IComma
|
|||
focusNodeSelector: 'input',
|
||||
buttons: [Dialog.cancelButton(), Dialog.okButton({ label: 'GO' })]
|
||||
}).then(result => {
|
||||
if (result.button.label !== 'GO') {
|
||||
if (result.button.label === 'CANCEL') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue