Skip to content

Commit 8f091e0

Browse files
committed
tiny fix regarding xcube-dev/xcube-viewer#452
1 parent 41e9c05 commit 8f091e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serve/panels-demo/my_viewer_ext/my_panel_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def render_panel(ctx: Context, dataset_id: str | None = None) -> Component:
5656
)
5757

5858
return Box(
59-
children=[plot, controls],
59+
children=[controls, plot],
6060
style={
6161
"display": "flex",
6262
"flexDirection": "column",

0 commit comments

Comments
 (0)