Skip to content

Commit a2d89e7

Browse files
committed
Fixed sidebar click issue
1 parent e97d514 commit a2d89e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

multiapp.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ def run(self):
5959
app_state["page"] = st.session_state.radio
6060
# st.write('after', app_state)
6161

62-
st.experimental_set_query_params(**app_state)
62+
# st.experimental_set_query_params(**app_state)
63+
st.experimental_set_query_params(**st.session_state.to_dict())
6364
functions[titles.index(title)]()

0 commit comments

Comments
 (0)