Skip to content
Snippets Groups Projects
Commit 365a1d5a authored by simon.mellerin's avatar simon.mellerin
Browse files

Fix unwanted move

parent 1f2a0e94
No related branches found
No related tags found
1 merge request!57#52 - Dataset form + OcMultipleField + OcMultinlingualField
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
<span> ({{ props.resource.contactPoint.length }}) </span> <span> ({{ props.resource.contactPoint.length }}) </span>
</h2> </h2>
<ul> <ul>
<li> <li v-for="contactPoint in props.resource.contactPoint" :key="contactPoint['@id']">
<a :href="contactPoint.mbox" target="_blank"> <a :href="contactPoint.mbox" target="_blank">
<!--@todo this may be an organization ?--> <!--@todo this may be an organization ?-->
{{ {{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment