feat(Ui fix) - PreAuth term added in Claim

This commit is contained in:
2025-09-11 00:35:11 +05:30
parent b3c619df3a
commit e69520ab9a
4 changed files with 4 additions and 4 deletions

View File

@@ -805,7 +805,7 @@ export function ClaimForm({
variant="warning"
onClick={handleMHSubmit}
>
MH
MH PreAuth
</Button>
<Button className="w-32" variant="outline">
Delta MA

View File

@@ -62,7 +62,7 @@ export function Sidebar() {
icon: <Shield className="h-5 w-5" />,
},
{
name: "Claims",
name: "Claims/PreAuth",
path: "/claims",
icon: <FileCheck className="h-5 w-5" />,
},

View File

@@ -141,7 +141,7 @@ export const AddPatientModal = forwardRef<
disabled={isLoading}
>
<Calendar className="h-4 w-4" />
Save & Claim
Save & Claim/PreAuth
</Button>
)}

View File

@@ -196,7 +196,7 @@ export default function PatientsPage() {
) : (
<>
<FilePlus className="h-4 w-4" />
Extract Info And Claim
Extract Info & Claim/PreAuth
</>
)}
</Button>