Skip to content

Commit

Permalink
[TASK] Migrate legacy items usage for select fields in TCA
Browse files Browse the repository at this point in the history
Refs #58
  • Loading branch information
derhansen committed Jul 1, 2023
1 parent bfcece3 commit 087eec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Configuration/TCA/Overrides/be_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
'default' => 0,
'items' => [
[
0 => '',
1 => '',
'label' => '',
'invertStateDisplay' => false,
],
],
],
Expand Down
4 changes: 2 additions & 2 deletions Configuration/TCA/Overrides/fe_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
'default' => 0,
'items' => [
[
0 => '',
1 => '',
'label' => '',
'invertStateDisplay' => false,
],
],
],
Expand Down

0 comments on commit 087eec8

Please sign in to comment.