mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Removed useless notification alert in servers
This commit is contained in:
parent
bd61e665df
commit
088f46df29
@ -232,7 +232,6 @@ export default function Dashboard() {
|
||||
console.log(response.data.servers)
|
||||
setMaxPage(response.data.maxPage)
|
||||
setLoading(false)
|
||||
toast.success("Servers fetched successfully");
|
||||
} catch (error: any) {
|
||||
console.log(error.response)
|
||||
toast.error("Failed to fetch servers");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user