[fix] GridLayoutFormField widgetPerfix -> widgetPrefix
This commit is contained in:
parent
5da80d6008
commit
65c4e2f6b2
@ -15,7 +15,7 @@ type GridLayoutFormField struct {
|
|||||||
Code string `db:"code"`
|
Code string `db:"code"`
|
||||||
Label string `db:"label"`
|
Label string `db:"label"`
|
||||||
Widget string `db:"widget"`
|
Widget string `db:"widget"`
|
||||||
WidgetPerfix string `db:"widgetPerfix"`
|
WidgetPrefix string `db:"widgetPrefix"`
|
||||||
WidgetDecorator string `db:"widgetDecorator"`
|
WidgetDecorator string `db:"widgetDecorator"`
|
||||||
SubWidgets []map[string]any `db:"subWidgets"`
|
SubWidgets []map[string]any `db:"subWidgets"`
|
||||||
Placeholder string `db:"placeholder"`
|
Placeholder string `db:"placeholder"`
|
||||||
|
Loading…
Reference in New Issue
Block a user