From cf1881492e717b5ac42f797322a96870de90fafe Mon Sep 17 00:00:00 2001 From: Arnoudd <126021001+Arnoudd@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:17:27 +0200 Subject: [PATCH] Apply suggestion from @flobz Co-authored-by: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> --- psa_car_controller/web/view/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psa_car_controller/web/view/control.py b/psa_car_controller/web/view/control.py index 2997448..57845b7 100644 --- a/psa_car_controller/web/view/control.py +++ b/psa_car_controller/web/view/control.py @@ -85,7 +85,7 @@ def get_control_tabs(config): ) ) - return dbc.Tabs( + return dbc.Tabs( id="control-tabs", active_tab="tab-" + config.myp.vehicles_list[0].vin, children=tabs,