feat: Option for separate edit mode (#4203)
* stash * wip * cleanup * Remove collaborativeEditing toggle, it will always be on in next release. Flip separateEdit -> seamlessEdit * Clarify language, hide toggle when collaborative editing is disabled * Flip boolean to match, easier to reason about
This commit is contained in:
@@ -22,6 +22,7 @@ router.post("team.update", auth(), async (ctx) => {
|
||||
defaultUserRole,
|
||||
inviteRequired,
|
||||
allowedDomains,
|
||||
preferences,
|
||||
} = ctx.body;
|
||||
|
||||
const { user } = ctx.state;
|
||||
@@ -48,6 +49,7 @@ router.post("team.update", auth(), async (ctx) => {
|
||||
defaultUserRole,
|
||||
inviteRequired,
|
||||
allowedDomains,
|
||||
preferences,
|
||||
},
|
||||
user,
|
||||
team,
|
||||
|
||||
Reference in New Issue
Block a user