Skip to content

Commit c6ae963

Browse files
committed
small fix CollapseGroup
1 parent a203efb commit c6ae963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/comp/collapseGroup.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ func (c CollapseGroup) EditorSetting(value string) CollapseGroup {
4949
return c.set("editorSetting", value)
5050
}
5151

52-
// EnableFieldSetStyle enables or disables the FieldSet styling
53-
func (c CollapseGroup) EnableFieldSetStyle(value bool) CollapseGroup {
52+
// EnableFieldSetStyle enables or disables the FieldSet styling, bool | expression
53+
func (c CollapseGroup) EnableFieldSetStyle(value any) CollapseGroup {
5454
return c.set("enableFieldSetStyle", value)
5555
}
5656

0 commit comments

Comments
 (0)