+ {username} ({permission_level}) + + + + Update collaborator + + { + return async ({ update }) => { + await update({ reset: false }); + window.location.hash = "!"; + }; + }} + > + + + + Permission level: + + 10 - View + 20 - Edit + 30 - Manage + + + + Update collaborator + + + + Remove collaborator + + Do you really want to remove the collaborator? + + { + return async ({ update }) => { + await update(); + window.location.hash = "!"; + }; + }} + > + + + Remove collaborator + + + +