Fixed AI. Optimized. Colour/Theme fixed. Added Forgot Password. Cuba theme — Added to client portal settings. Topbar search. Search, loading states
Build & Auto-Repair / build (push) Has been cancelled
Build & Auto-Repair / build (push) Has been cancelled
This commit is contained in:
@@ -35,7 +35,7 @@ export default function ClientSupport() {
|
||||
fetch("/client-portal/api/support", { credentials: "include" })
|
||||
.then((r) => r.json())
|
||||
.then((d) => setTickets(d.tickets || []))
|
||||
.catch(() => {})
|
||||
.catch((err) => console.error("Failed to fetch tickets:", err))
|
||||
.finally(() => setLoading(false))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user