feat(redirect via aptmnt page) - added claim button feature

This commit is contained in:
2025-09-23 23:12:30 +05:30
parent 2bfeb309b6
commit aea7554396

View File

@@ -665,7 +665,7 @@ export default function AppointmentsPage() {
}; };
const handleClaimsPreAuth = (appointmentId: number) => { const handleClaimsPreAuth = (appointmentId: number) => {
console.log(`Opening Claims/PreAuth for appointment: ${appointmentId}`); setLocation(`/claims?appointmentId=${appointmentId}`);
}; };
const handlePayments = (appointmentId: number) => { const handlePayments = (appointmentId: number) => {