Skip to content

Commit

Permalink
[BUGFIX] Fix wrong information in code snippets (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkraume authored Sep 18, 2023
1 parent a9b34fe commit c002261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Documentation/CodeSnippets/Checkbox17.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
'items' => [
[
'label' => 'foo',
'labelChecked' => 'Enabled',
'labelUnchecked' => 'Disabled',
],
],
],
Expand Down
2 changes: 0 additions & 2 deletions Documentation/CodeSnippets/Checkbox18.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
'items' => [
[
'label' => 'foo',
'labelChecked' => 'Enabled',
'labelUnchecked' => 'Disabled',
'invertStateDisplay' => true,
],
],
Expand Down

0 comments on commit c002261

Please sign in to comment.