added n_clicks default to button
This commit is contained in:
@@ -5,6 +5,7 @@ from .labels import labels_element
|
|||||||
next_button = dmc.Button(
|
next_button = dmc.Button(
|
||||||
"next".title(),
|
"next".title(),
|
||||||
id="next-button",
|
id="next-button",
|
||||||
|
n_clicks=0,
|
||||||
fullWidth=True,
|
fullWidth=True,
|
||||||
color="lime",
|
color="lime",
|
||||||
radius="sm",
|
radius="sm",
|
||||||
|
|||||||
Reference in New Issue
Block a user