Skip to content

Commit

Permalink
Fix pipeline preview
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 1, 2024
1 parent 928981b commit 3588233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ui/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PipelineEditor(FastComponent):

transforms = param.List(precedence=-1)

preview = param.Parameter()
preview = param.Parameter(allow_refs=False)

sizing_mode = param.String(default='stretch_width')

Expand Down

0 comments on commit 3588233

Please sign in to comment.