From 8c900ff0fbb606bcc3a7d100cb78b7bdd9b9cb07 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 22 Oct 2024 18:04:54 +0200 Subject: [PATCH] invite-modal: Move "expires_in" name attribute to select element. The "name" attribute should be on the select element and not on the nested option elements. --- web/templates/invite_user_modal.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/invite_user_modal.hbs b/web/templates/invite_user_modal.hbs index 5d18271bd4..d564801abd 100644 --- a/web/templates/invite_user_modal.hbs +++ b/web/templates/invite_user_modal.hbs @@ -35,9 +35,9 @@
- {{#each expires_in_options}} - + {{/each}}