[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