From 2c5c1d561bbe567b9d7615e7c2d071d08bb6d63c Mon Sep 17 00:00:00 2001 From: Luca <102960244+Luca-Timo@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:45:59 +0200 Subject: [PATCH] fix(messages): show the resolved customer's name in the doc-action modal CustomerPicker uses its 'label' prop as the selected-customer chip text, so passing the static 'Customer' string hid the actual name. Pass the resolved customer's name as label and add a separate field heading. --- frontend/src/pages/admin/messages/DocumentActionModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/admin/messages/DocumentActionModal.tsx b/frontend/src/pages/admin/messages/DocumentActionModal.tsx index 86173994..9cf5cde5 100644 --- a/frontend/src/pages/admin/messages/DocumentActionModal.tsx +++ b/frontend/src/pages/admin/messages/DocumentActionModal.tsx @@ -104,9 +104,10 @@ export const DocumentActionModal: React.FC<{