I just deleted two student users who had NULL values for account_name in the database. I don't know how that value is realized in js by redux (probably null), but it was breaking the front end when Raissa Solovieva was trying to access the Edit User Access page.
I just deleted two student users who had
NULL
values foraccount_name
in the database. I don't know how that value is realized in js by redux (probablynull
), but it was breaking the front end when Raissa Solovieva was trying to access theEdit User Access
page.