1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

bugfix: ModelView field "Values" not always defined

This commit is contained in:
Michael Shanks 2020-03-29 07:29:25 +01:00
parent cb81e9c9d7
commit c3d81fbdbc

View file

@ -155,7 +155,7 @@
<div>{field.name}</div>
</td>
<td>{field.type}</td>
<td>{field.typeOptions.values}</td>
<td>{field.typeOptions.values || ""}</td>
<td>
<i
class="ri-delete-bin-6-line hoverable"