Skip to content

Commit

Permalink
fix: Deleted files are visible on screen after clicking on delete but…
Browse files Browse the repository at this point in the history
…ton. (#1143)
  • Loading branch information
Rohini-Microsoft authored Jul 16, 2024
1 parent f656241 commit 773e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/backend/pages/03_Delete_Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def load_css(file_path):
)
if len(files_to_delete) > 0:
st.success("Deleted files: " + str(files_to_delete))

st.rerun()
except Exception:
logger.error(traceback.format_exc())
st.error("Exception occurred deleting files.")

0 comments on commit 773e199

Please sign in to comment.