Skip to content

Commit

Permalink
Remove useless size argument
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlindenma committed Nov 8, 2024
1 parent ba48e07 commit 99048a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def login_layout():
# Feedback message area
html.Div(id="form_feedback_area"),
html.Div(
dbc.Spinner(size="xl"),
dbc.Spinner(),
id="loading_spinner",
style={"display": "none"},
),
Expand Down

0 comments on commit 99048a0

Please sign in to comment.