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",