feat(Ui fix) - PreAuth term added in Claim
This commit is contained in:
@@ -805,7 +805,7 @@ export function ClaimForm({
|
||||
variant="warning"
|
||||
onClick={handleMHSubmit}
|
||||
>
|
||||
MH
|
||||
MH PreAuth
|
||||
</Button>
|
||||
<Button className="w-32" variant="outline">
|
||||
Delta MA
|
||||
|
||||
@@ -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" />,
|
||||
},
|
||||
|
||||
@@ -141,7 +141,7 @@ export const AddPatientModal = forwardRef<
|
||||
disabled={isLoading}
|
||||
>
|
||||
<Calendar className="h-4 w-4" />
|
||||
Save & Claim
|
||||
Save & Claim/PreAuth
|
||||
</Button>
|
||||
)}
|
||||
|
||||
|
||||
@@ -196,7 +196,7 @@ export default function PatientsPage() {
|
||||
) : (
|
||||
<>
|
||||
<FilePlus className="h-4 w-4" />
|
||||
Extract Info And Claim
|
||||
Extract Info & Claim/PreAuth
|
||||
</>
|
||||
)}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user