From ca1a4563125effcaa7282502d036ad440f1c4a38 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 19 Dec 2025 14:10:15 -0500 Subject: [PATCH] feature/IO-3402-Import-Add-Notifiers - Fix Normalize --- .../shop-info/shop-info.notifications-autoadd.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx b/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx index cdf120912..45a8ef838 100644 --- a/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx +++ b/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx @@ -16,6 +16,7 @@ export default function ShopInfoNotificationsAutoadd({ bodyshop }) { {t("bodyshop.labels.notifications.followers")} {employeeOptions.length > 0 ? ( (value || []).filter((id) => typeof id === "string" && id.trim() !== "")} name="notification_followers" rules={[ { @@ -39,7 +40,6 @@ export default function ShopInfoNotificationsAutoadd({ bodyshop }) { (value || []).filter((id) => typeof id === "string" && id.trim() !== "")} options={employeeOptions} placeholder={t("bodyshop.fields.notifications.placeholder")} showEmail={true}