AddPersons: remove ul-li html tags from AddPersons

This commit is contained in:
nobohan
2022-02-03 16:17:05 +01:00
parent 2343a4a334
commit 4185b660cc
6 changed files with 53 additions and 40 deletions

View File

@@ -6,7 +6,7 @@
</ul>
<ul class="record_actions">
<li>
<AddPersons
<add-persons
:options="addPersonsOptions"
:key="uniqid"
:buttonTitle="translatedListOfTypes"
@@ -14,7 +14,7 @@
ref="addPersons"
@addNewPersons="addNewEntity"
>
</AddPersons>
</add-persons>
</li>
</ul>
</template>