mirror of https://github.com/zulip/zulip.git
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:
parent
5e347e971d
commit
4ef3117191
|
@ -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.)
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue