mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Persistence] Handle cancelled dialog
Handle cancellation in the Overwrite/Cancel dialog, WTD-1033.
This commit is contained in:
@ -54,7 +54,7 @@ define(
|
|||||||
|
|
||||||
// Prompt for user input, the overwrite if they said so.
|
// Prompt for user input, the overwrite if they said so.
|
||||||
return dialogService.getUserChoice(dialogModel)
|
return dialogService.getUserChoice(dialogModel)
|
||||||
.then(handleChoice);
|
.then(handleChoice, handleChoice);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user