diff --git a/src/pages/Directory/NotesPage.jsx b/src/pages/Directory/NotesPage.jsx index 04ac3a84..d25406ad 100644 --- a/src/pages/Directory/NotesPage.jsx +++ b/src/pages/Directory/NotesPage.jsx @@ -47,7 +47,7 @@ const NotesPage = ({ projectId, searchText }) => { if (isError) return
+ {debouncedSearch + ? `No notes found matching "${searchText}"` + : Object.keys(filters).some((k) => filters[k] && filters[k].length) + ? "No notes found for the applied filters." + : "No notes available."} +