From 23bf2f8e15837f61f73a5098f96150086376a1a6 Mon Sep 17 00:00:00 2001 From: Eden Date: Tue, 15 Oct 2019 08:29:33 +0700 Subject: [PATCH] Resolve "Customer First Name" and "Customer Last Name" should display empty instead of "----" in Newsletter Subscribers issue25057 --- .../view/adminhtml/layout/newsletter_subscriber_block.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/code/Magento/Newsletter/view/adminhtml/layout/newsletter_subscriber_block.xml b/app/code/Magento/Newsletter/view/adminhtml/layout/newsletter_subscriber_block.xml index aef84c068100a..5d54dab99e753 100644 --- a/app/code/Magento/Newsletter/view/adminhtml/layout/newsletter_subscriber_block.xml +++ b/app/code/Magento/Newsletter/view/adminhtml/layout/newsletter_subscriber_block.xml @@ -91,7 +91,6 @@ Customer First Name firstname - ---- col-first-name col-first-name @@ -100,7 +99,6 @@ Customer Last Name lastname - ---- col-last-name col-last-name