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:
@@ -25,7 +25,7 @@ type Provider = {
|
||||
authUrl: string;
|
||||
};
|
||||
|
||||
type Config = {
|
||||
export type Config = {
|
||||
name?: string;
|
||||
hostname?: string;
|
||||
providers: Provider[];
|
||||
@@ -228,6 +228,7 @@ export default class AuthStore {
|
||||
avatarUrl?: string | null | undefined;
|
||||
sharing?: boolean;
|
||||
collaborativeEditing?: boolean;
|
||||
defaultCollectionId?: string | null;
|
||||
subdomain?: string | null | undefined;
|
||||
}) => {
|
||||
this.isSaving = true;
|
||||
|
||||
Reference in New Issue
Block a user