fix: enhance notification message for invited users

This commit is contained in:
Piyush Gupta
2025-11-25 22:08:16 +05:30
parent 346a47abb5
commit 03780bf538

View File

@@ -168,7 +168,7 @@ export const AddOrgMemberModal = ({
if (!data.completeInviteLinks?.length) {
createNotification({
text: "Successfully invited users to the organization.",
text: `Successfully invited user${usernames.length > 1 ? "s" : ""} to the organization.`,
type: "success"
});
}