Skip to content

Commit

Permalink
Merge pull request #271 from lara-zeus/data-source
Browse files Browse the repository at this point in the history
fix  datasource in checklist
  • Loading branch information
atmonshi authored Apr 7, 2024
2 parents 08ef723 + f534501 commit 191ad51
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 191ad51

Please sign in to comment.