Skip to content

Commit

Permalink
Fix missing var (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Dec 23, 2024
1 parent ee60b84 commit 82df710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lumen/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ def _construct_cards(self):
for view in card.views:
if view.controls:
controls.append(view.control_panel)

transforms = []
if view.pipeline is not None:
transforms = (
view.pipeline.traverse('transforms') +
Expand Down

0 comments on commit 82df710

Please sign in to comment.