diff --git a/frontend/src/app/content/pages/LandingPage.tsx b/frontend/src/app/content/pages/LandingPage.tsx index 3c59c08d..a981e8e9 100644 --- a/frontend/src/app/content/pages/LandingPage.tsx +++ b/frontend/src/app/content/pages/LandingPage.tsx @@ -229,6 +229,8 @@ const LandingPage: FC = () => { const fetchDataHandler = async () => { setError(null); setShowError(false); + setData(null); + setSelectedDocTypeId(null); if (dtidInput) { fetchData(dtidInput); } else {