diff --git a/src/components/Directory/ManageDirectory.jsx b/src/components/Directory/ManageDirectory.jsx index 9f4d33fa..285b74f2 100644 --- a/src/components/Directory/ManageDirectory.jsx +++ b/src/components/Directory/ManageDirectory.jsx @@ -362,7 +362,7 @@ const ManageDirectory = ({ submitContact, onCLosed }) => { {buckets?.map((item) => (
  • {
  • ))} + + {errors.bucketIds && ( {errors.bucketIds.message} )} - diff --git a/src/components/Layout/Header.jsx b/src/components/Layout/Header.jsx index aa8ce99c..46cab358 100644 --- a/src/components/Layout/Header.jsx +++ b/src/components/Layout/Header.jsx @@ -86,7 +86,7 @@ const Header = () => { if (projects && selectedProject !== " ") { dispatch(setProjectId(projects[0]?.id)); } - }, [projects, selectedProject]); + }, [projects, ]); const isProjectPath = /^\/projects\/[a-f0-9-]{36}$/.test(location.pathname); return (