feat: add the ability to choose default collection (#3029)
Co-authored-by: Tom Moor <tom@getoutline.com> Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -27,6 +27,10 @@ class Team extends BaseModel {
|
||||
@observable
|
||||
documentEmbeds: boolean;
|
||||
|
||||
@Field
|
||||
@observable
|
||||
defaultCollectionId: string | null;
|
||||
|
||||
@Field
|
||||
@observable
|
||||
guestSignin: boolean;
|
||||
|
||||
Reference in New Issue
Block a user