Skip to content

Commit be63445

Browse files
committed
feat: minor updates in push modal props
1 parent 542f557 commit be63445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/(authenticated)/(dashboard)/[publicId]/settings/team/add-team-member-dropdown-menu.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ export const AddTeamMemberDropdownMenu = () => {
3232
subtitle: "Invite a team member to your company.",
3333
member: {
3434
name: "",
35-
email: "",
35+
loginEmail: "",
3636
title: "",
37+
workEmail: "",
3738
},
3839
});
3940
}}

0 commit comments

Comments
 (0)