Skip to content
Snippets Groups Projects
Commit f5608cc3 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

provide submap name on open submap link

parent 80a2be7a
No related branches found
No related tags found
2 merge requests!289Resolve "allow to have plugins without panel",!279Resolve "Submap's name when selecting an anchor element"
Pipeline #96851 passed
minerva-front (18.0.0) stable; urgency=medium
minerva-front (18.0.1) stable; urgency=medium
* Bug fix: show cookie baner only when cookie baner link is provided (#304)
* Bug fix: when link to submap is provided add submap name (#303)
-- Piotr Gawron <piotr.gawron@uni.lu> Thu, 24 Oct 2024 13:00:00 +0200
......
......@@ -19,7 +19,7 @@ export const AssociatedSubmap = (): React.ReactNode => {
data-testid="associated-submap"
className="flex flex-row flex-nowrap items-center justify-between"
>
<p>Associated Submap: </p>
<p>Associated Submap: {relatedSubmap.name}</p>
<Button className="max-h-8" variantStyles="ghost" onClick={openSubmap}>
Open submap
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment