I am not sure where to post this issue that I encountered. It is related to the organization admin page, an example URL such as https://robertsspaceindustries.com/orgs/{SID}/admin/titles. --- Step to produce: Logging in as the owner of an org. Go to the https://robertsspaceindustries.com/orgs/{SID}/admin/titles endpoint. Edit RANK 0. In my case, I tried to change its value from "Client" to "Intern". This resulted in an uncaught error in the console and a failure in saving the changes. See output below. Uncaught TypeError: Cannot read properties of null (reading 'properties') at Class.onSaveRanks (org-js.js?v=6.60.1:29) at Object.boundMethod [as success] (rsi-external-js.js?v=6.60.1:8189) at f (rsi-external-js.js?v=6.60.1:1) at Object.fireWith [as resolveWith] (rsi-external-js.js?v=6.60.1:1) at r (rsi-external-js.js?v=6.60.1:3) at XMLHttpRequest.r (rsi-external-js.js?v=6.60.1:3) --- Expected behavior: A "successful" notification should be shown on the page. --- Workaround: Edit RANK 1 such that its new value is one character longer than its original length. Then click the save button. However, if you now delete that extra character, and save the change, it would result in the same uncaught error. It seems that you have to always increase the string's length in order to save the changes.