aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/report/layout.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/pal/report/layout.py')
-rw-r--r--resources/tools/dash/app/pal/report/layout.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/dash/app/pal/report/layout.py b/resources/tools/dash/app/pal/report/layout.py
index 7efd4b5972..f1927bd66c 100644
--- a/resources/tools/dash/app/pal/report/layout.py
+++ b/resources/tools/dash/app/pal/report/layout.py
@@ -660,7 +660,7 @@ class Layout:
id="cl-selected",
options=[],
inline=False,
- style={"max-height": "12em"},
+ style={"max-height": "20em"},
)
],
),
@@ -1382,6 +1382,10 @@ class Layout:
# def _show_metadata_from_graphs(graph_data: dict) -> tuple:
# """
# """
+
+ # if not any(graph_data):
+ # raise PreventUpdate
+
# try:
# trigger_id = loads(
# callback_context.triggered[0]["prop_id"].split(".")[0]