From 41e8d55735db44443b1933c0c4741329e9aa26be Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Sun, 14 Jul 2024 15:39:49 +0330 Subject: [PATCH] update --- .../dashboard/inquiryPrivacyFencing/Forms/CreateOrUpdate.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/inquiryPrivacyFencing/Forms/CreateOrUpdate.jsx b/src/components/dashboard/inquiryPrivacyFencing/Forms/CreateOrUpdate.jsx index b589b05..386bbd4 100644 --- a/src/components/dashboard/inquiryPrivacyFencing/Forms/CreateOrUpdate.jsx +++ b/src/components/dashboard/inquiryPrivacyFencing/Forms/CreateOrUpdate.jsx @@ -442,7 +442,7 @@ const CreateOrUpdateForm = ({ handleClose, mutate, defaultValues, url }) => { value.map((option, index) => { const { key, ...tagProps } = getTagProps({ index }); return ( - + ); }) }