joven-health-mike / juno-react

A virtual therapy platform designed for K-12 schools.
0 stars 0 forks source link

Page breaks when deleting User #107

Closed zoe-gonzales closed 1 year ago

zoe-gonzales commented 1 year ago

Steps to repro:

  1. Log in as a SYSADMIN user
  2. Go to the Users page
  3. Locate an existing user
  4. Click the ❌ emoji
  5. Confirm in the dialog that you want to delete
  6. Observe error in console / blank page

Expected behavior: Users can delete user and UI is updated without breaking.

Capture d’écran 2023-02-20 à 8 17 13 AM

After reloading the page, the user is no longer displayed, so this issue appears to be isolated to the frontend.

joven-health-mike commented 1 year ago

@zoe-gonzales I think all of these bugs are related and I think it only happens when the table is expanded and you delete a row from the table. If the table is not expanded when you delete something, it seems to work ok.