Browse Source

Merge pull request #1810 from porter-dev/nico/fix-refresh-invite

[FIX] Generate link on invite list throwing errors
Nicolas Frati 4 năm trước cách đây
mục cha
commit
ca82792b30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dashboard/src/main/home/project-settings/InviteList.tsx

+ 1 - 1
dashboard/src/main/home/project-settings/InviteList.tsx

@@ -252,7 +252,7 @@ const InvitePage: React.FunctionComponent<Props> = ({}) => {
                 onClick={() =>
                   replaceInvite(
                     row.values.email,
-                    row.values.id,
+                    row.original.id,
                     row.values.kind
                   )
                 }