Skip to content

Commit

Permalink
#829 Don't close observable creation dialog if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 12, 2019
1 parent cd06374 commit 2279f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/scripts/controllers/case/ObservableCreationCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
NotificationSrv.error('ObservableCreationCtrl', 'An unexpected error occurred while creating the observables', response.status);
}

$uibModalInstance.close(response);
//$uibModalInstance.close(response);
}

};
Expand Down

0 comments on commit 2279f6a

Please sign in to comment.