Skip to content

Commit

Permalink
fix workspace action menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Nov 21, 2024
1 parent 768a2f1 commit 985c87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ClinicalFormsWorkspaceSideRailIcon: React.FC = () => {
label={t('clinicalForms', 'Clinical forms')}
iconDescription={t('clinicalForms', 'Clinical forms')}
handler={launchPatientWorkspaceCb}
type="ward-patient-clinical-form"
type="ward-patient-clinical-forms"
/>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function PatientDischargeSideRailIcon() {
label={t('discharge', 'Discharge')}
iconDescription={t('discharge', 'Discharge')}
handler={handler}
type="patient-discharge-workspace"
type="ward-patient-discharge"
/>
);
}

0 comments on commit 985c87f

Please sign in to comment.