From 4ef311719110364ddc04a132525b20f8f33f7ae4 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Fri, 24 May 2024 09:05:03 +0530 Subject: [PATCH] invite: Fix comment mentioning textarea. We no longer use textarea element to take emails in the invite modal and instead use a pills. --- web/src/invite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/invite.ts b/web/src/invite.ts index 2f4d3c57b7..4aa7b427dc 100644 --- a/web/src/invite.ts +++ b/web/src/invite.ts @@ -104,7 +104,7 @@ function get_common_invitation_data(): { function beforeSend(): void { reset_error_messages(); - // TODO: You could alternatively parse the textarea here, and return errors to + // TODO: You could alternatively parse the emails here, and return errors to // the user if they don't match certain constraints (i.e. not real email addresses, // aren't in the right domain, etc.) //