Skip to content
Snippets Groups Projects
Commit a085e107 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Situation Edit: Remove JSONs.

parent 3d19d273
No related branches found
No related tags found
No related merge requests found
......@@ -243,9 +243,9 @@
<section>
<h1>{personEntity.label_plural ?? personEntity.key_plural}</h1>
<dl>
<ul>
{#each persons as person, index (`${personEntity.key_plural}.${index}`)}
<dt>
<li class="ml-4">
{person.name ?? person.id}
<button
class="p-1 rounded mt-4 mr-2"
......@@ -265,10 +265,9 @@
/></svg
>
</button>
</dt>
<dd><pre>{JSON.stringify(person, null, 2)}</pre></dd>
</li>
{/each}
</dl>
</ul>
<button
class="bg-le-bleu hover:bg-blue-900 p-1 rounded shadow-md text-white"
on:click={() => addPersonOrGroup(personEntityKey)}
......@@ -338,7 +337,6 @@
</dd>
{/each}
</dl>
<pre>{JSON.stringify(group, null, 2)}</pre>
</dd>
{/each}
</dl>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment