re-add the default value for label...

This commit is contained in:
2025-02-09 11:16:41 -06:00
parent e25ec61731
commit c76a5e20e8

View File

@ -37,7 +37,7 @@ public @interface ChildRecordListWidget
{ {
boolean enabled(); boolean enabled();
String label(); String label() default "";
int maxRows() default 20; int maxRows() default 20;