mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Server Search Function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user