mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
show generic error handler only on error
This commit is contained in:
parent
48a17729e4
commit
e4976539d9
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ define [
|
|||
window.location.href = "/user/subscription/thank-you"
|
||||
.error (data, status, headers)->
|
||||
$scope.processing = false
|
||||
$scope.genericError = "Something went wrong processing the request"
|
||||
$scope.genericError = "Something went wrong processing the request"
|
||||
|
||||
$scope.submit = ->
|
||||
$scope.processing = true
|
||||
|
|
Loading…
Reference in a new issue