Skip to content

Commit

Permalink
Return an empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Apr 29, 2024
1 parent d0d7549 commit d271c11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plone/volto/behaviors/preview_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ def __call__(self):
for value in values:
value["base_path"] = base_path
return values

return []

0 comments on commit d271c11

Please sign in to comment.