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