Skip to content

Commit

Permalink
Acknowledge button instantiation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlindenma committed Nov 12, 2024
1 parent 68a6bce commit 1f1f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/homepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def homepage_layout(user_headers, user_credentials):
dbc.Button(
"Acquitter l'alerte",
id="acknowledge-button",
n_clicks=1,
n_clicks=0,
className="btn-uniform common-style",
style={"backgroundColor": "#054546"},
),
Expand Down

0 comments on commit 1f1f551

Please sign in to comment.