mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Set invites to empty array
This commit is contained in:
parent
36d969e6e6
commit
d40cf6568d
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ define [
|
|||
$scope.state.error = null
|
||||
$scope.state.inflight = true
|
||||
|
||||
if !$scope.project.invites?
|
||||
$scope.project.invites = []
|
||||
|
||||
currentMemberEmails = getCurrentMemberEmails()
|
||||
currentInviteEmails = getCurrentInviteEmails()
|
||||
do addNextMember = () ->
|
||||
|
|
Loading…
Reference in a new issue