Skip to content

Commit

Permalink
(fix) System Administration page not loading in dev3 environment - O3… (
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa authored Feb 22, 2023
1 parent b6ce9ed commit 337759f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default function SystemAdministration() {
const { t } = useTranslation();

return (
<ConfigurableLink to="${openmrsBase}/admin">{t('systemAdministration', 'System Administration')}</ConfigurableLink>
<ConfigurableLink to="${openmrsBase}/admin/index.htm">
{t('systemAdministration', 'System Administration')}
</ConfigurableLink>
);
}

0 comments on commit 337759f

Please sign in to comment.