chore: New teams get collaborative editing by default

This commit is contained in:
Tom Moor
2022-03-24 19:15:38 -07:00
committed by GitHub
parent 396836dedd
commit 3d88ebc3d7

View File

@@ -93,7 +93,7 @@ class Team extends ParanoidModel {
@Column
memberCollectionCreate: boolean;
@Default(false)
@Default(true)
@Column
collaborativeEditing: boolean;