FIX: Show link in invite panel (#12378)

This commit is contained in:
Dan Ungureanu 2021-03-12 17:09:05 +02:00 committed by GitHub
parent c60cdab1fe
commit 53158c0542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ export default Component.extend({
model.setProperties({
saving: false,
finished: true,
inviteLink: result,
inviteLink: result.link,
});
if (userInvitedController) {

View File

@ -409,7 +409,7 @@ export default Component.extend({
model.setProperties({
saving: false,
finished: true,
inviteLink: result,
inviteLink: result.link,
});
if (userInvitedController) {