Server Search Function

This commit is contained in:
headlessdev
2025-04-14 14:50:48 +02:00
parent 1373c5b92e
commit 8589ccb35f
2 changed files with 39 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ export default function Dashboard() {
console.log(error.response.data);
}
};
const searchApplications = async () => {
try {
setIsSearching(true);
@@ -391,7 +391,6 @@ export default function Dashboard() {
onChange={(e) => setSearchTerm(e.target.value)}
/>
</div>
<br />
{!loading ? (
<div