Skip to content

Commit

Permalink
Fix an error on Craft 4.4+ where singles won’t appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 9, 2023
1 parent c559bcd commit b4e49f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/SinglesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public function createSinglesList(RegisterElementSourcesEvent $event): void
],
'criteria' => [
'sectionId' => $single->id,
'editable' => false,
],
];
}
Expand Down

0 comments on commit b4e49f5

Please sign in to comment.