From e7d91a488624e7746cad7bef34a646ec03549568 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Sat, 24 Feb 2024 21:53:59 +0100 Subject: [PATCH] added n_clicks default to button --- src/web/layout/inputs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/layout/inputs.py b/src/web/layout/inputs.py index e215ad5..5e37adc 100644 --- a/src/web/layout/inputs.py +++ b/src/web/layout/inputs.py @@ -5,6 +5,7 @@ from .labels import labels_element next_button = dmc.Button( "next".title(), id="next-button", + n_clicks=0, fullWidth=True, color="lime", radius="sm",