invite: Fix comment mentioning textarea.

We no longer use textarea element to take emails in the invite
modal and instead use a pills.
This commit is contained in:
Sahil Batra 2024-05-24 09:05:03 +05:30 committed by Tim Abbott
parent 5e347e971d
commit 4ef3117191
1 changed files with 1 additions and 1 deletions

View File

@ -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.)
//