WIP: update: adaptations to use the new backend #1

Draft
arthur.wambst wants to merge 21 commits from dev into master
Showing only changes of commit 0a7e3fcc44 - Show all commits

View File

@ -149,11 +149,11 @@ const Navigation: React.FC<NavigationProps> = ({
<li>
<div>
<Link
to="/admin/ji-create"
to="/admin/ji"
onClick={toggleDrawer}
className="w-60"
>
Create new JDMI
JDMI
</Link>
</div>
</li>