fix: pass options to setting fields
This commit is contained in:
@@ -80,6 +80,7 @@
|
|||||||
:label="__(field.label)"
|
:label="__(field.label)"
|
||||||
:type="field.type"
|
:type="field.type"
|
||||||
:rows="field.rows"
|
:rows="field.rows"
|
||||||
|
:options="field.options"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user