- verbeteringen client
- removal of eveai_chat
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<div class="form-title">{{ formData.title || formData.name }}</div>
|
||||
</div>
|
||||
|
||||
<!-- Form fields -->
|
||||
<div class="form-fields">
|
||||
<!-- Form fields (alleen tonen als NIET read-only) -->
|
||||
<div v-if="!readOnly" class="form-fields">
|
||||
<template v-if="Array.isArray(formData.fields)">
|
||||
<form-field
|
||||
v-for="field in formData.fields"
|
||||
|
||||
Reference in New Issue
Block a user