Skip to content

Commit

Permalink
Don't hide editable elements
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 18, 2022
1 parent cd4dff7 commit fe305cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ protected static function defineSources(string $context): array
$editable = true;
} else {
$sections = Craft::$app->getSections()->getAllSections();
$editable = false;
$editable = null;
}

$sectionIds = [];
Expand Down

0 comments on commit fe305cf

Please sign in to comment.