Skip to content

Commit

Permalink
Update HasGroup SelectElement to any type (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 authored Nov 11, 2024
1 parent b35fcad commit dc4983b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ type SelectElement struct {
KeepEmpty bool `json:"keepEmpty,omitempty"`
AddNewButton *AddNewButton `json:"add_new_button,omitempty"`
Refresh bool `json:"refresh,omitempty"`
HasGroup *bool `json:"hasGroup,omitempty"`
HasGroup any `json:"hasGroup,omitempty"`
Sortable bool `json:"sortable,omitempty"`
DisableUnselect bool `json:"disableUnselect,omitempty"`
}
Expand Down

0 comments on commit dc4983b

Please sign in to comment.