Skip to content

Commit

Permalink
fix datasource in checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Apr 7, 2024
1 parent 08ef723 commit f534501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/Classes/CheckboxList.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public static function getOptions(?array $sections = null): array
public static function getOptionsHidden(): array
{
return [
self::hiddenDataSource(),
self::hiddenVisibility(),
self::hiddenHtmlID(),
self::hiddenHintOptions(),
Expand Down

0 comments on commit f534501

Please sign in to comment.