fix problem

This commit is contained in:
hamid zarghami
2025-11-12 14:42:02 +03:30
parent d36b8e40f0
commit 1ad0424ace
6 changed files with 52 additions and 6 deletions
+1
View File
@@ -46,6 +46,7 @@ const Header: FC<HeaderProps> = ({ hasMainSidebar = true, sidebarSize = 'default
useEffect(() => {
setSearch('')
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [location.pathname])
return (