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 (
-
+
);
})
}