# `MailglassAdmin.Inbound.ReplayModal`
[🔗](https://github.com/szTheory/mailglass/blob/v1.2.0/lib/mailglass_admin/inbound/replay_modal.ex#L1)

Server-rendered replay confirmation modal for the inbound record detail view.

Sibling of `MailglassAdmin.Operator.ReplayModal` (D-48-13), SIMPLIFIED: inbound
replay has no ambiguous-multi target (IADM-03 — the replay target is the record
itself), so there is no multi-target branch, no target cards, and no
confirm-enabled predicate. `Confirm replay` is always enabled while the modal is
open.

# `replay_modal`

## Attributes

* `open?` (`:boolean`) (required)
* `record` (`:map`) - Defaults to `nil`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
