Skip to content

Commit 2ab51d0

Browse files
committed
disabled Export single page app feature as it doesn't work now, it will be fixed soon
1 parent f1ab65d commit 2ab51d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pg_export_crew.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def draw(self):
265265
else:
266266
crew_names = [crew.name for crew in ss.crews]
267267
selected_crew_name = st.selectbox("Select crew to export as singlepage app (doesn't support tools yet)", crew_names)
268-
if st.button("Export singlepage app"):
268+
if st.button("Export singlepage app", disabled=True, help="This feature is now broken and will be fixed soon."):
269269
zip_path = self.create_export(selected_crew_name)
270270
with open(zip_path, "rb") as fp:
271271
st.download_button(

0 commit comments

Comments
 (0)