fix: pass options to setting fields

This commit is contained in:
Jannat Patel
2024-09-27 07:05:16 +05:30
parent 01120fbc48
commit 576258ec6e

View File

@@ -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>