Skip to content

Commit

Permalink
bugfix selected category
Browse files Browse the repository at this point in the history
  • Loading branch information
velicanu committed Jan 2, 2024
1 parent 1fb3e9f commit f108d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Expenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def add_category_widget(df, default_user_input, selection, input_form):
if len(selected) > 1
else default_user_input + f"('{selected[0]}')"
)
st.session_state.config[f"categories {selection}"] = selected
st.session_state.config[f"categories {selection}"] = selected
return default_user_input, selected


Expand Down

0 comments on commit f108d4a

Please sign in to comment.