Merge branch 'issue-3655-allowed-domains-save-no-change' of github.com:paullessing/outline into paullessing-issue-3655-allowed-domains-save-no-change

This commit is contained in:
Tom Moor
2022-07-16 00:37:49 +01:00
3 changed files with 74 additions and 48 deletions

View File

@@ -237,6 +237,7 @@ export default class AuthStore {
collaborativeEditing?: boolean;
defaultCollectionId?: string | null;
subdomain?: string | null | undefined;
allowedDomains?: string[] | null | undefined;
}) => {
this.isSaving = true;