From b395a1b951ec78d821caa43b711d7adc2b8b1705 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 28 May 2026 21:54:45 +0200 Subject: [PATCH] fix(inbounds): restore xHTTP Headers editor in form The xHTTP transport schema and share-link emitter already supported a headers map, but the inbound form lost its editor row, so operators had no way to set custom headers on xHTTP inbounds. Add the HeaderMapEditor row in the same position the outbound form uses. --- frontend/src/pages/inbounds/InboundFormModal.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/pages/inbounds/InboundFormModal.tsx b/frontend/src/pages/inbounds/InboundFormModal.tsx index 9d51f6a7..65f32ece 100644 --- a/frontend/src/pages/inbounds/InboundFormModal.tsx +++ b/frontend/src/pages/inbounds/InboundFormModal.tsx @@ -1982,6 +1982,12 @@ export default function InboundFormModal({ > + + +