mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add missing state reset to error handler
This commit is contained in:
parent
1c6dc66ed1
commit
9721dffbb6
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ define [
|
|||
.catch (response)->
|
||||
{ data } = response
|
||||
$scope.error = data
|
||||
$scope.state.inflight = false
|
||||
|
||||
$scope.cancel = () ->
|
||||
$modalInstance.dismiss('cancel')
|
||||
|
|
Loading…
Reference in a new issue