diff --git a/httpdocs/templates/pages/modals/pools/pool_modal.template b/httpdocs/templates/pages/modals/pools/pool_modal.template index 0fcd194c0f..24202dacc5 100644 --- a/httpdocs/templates/pages/modals/pools/pool_modal.template +++ b/httpdocs/templates/pages/modals/pools/pool_modal.template @@ -116,6 +116,7 @@ {% for group_key, recipients in pairsByKeys(configured_recipients) do %} {% for key, recipient in pairsByKeys(recipients, asc) do %} + {% local is_selected = (recipient.endpoint_conf.builtin and modal_type == "add") %} {% end %}