Fix: Changing security settings should not implicitly save allowedDomains

This commit is contained in:
Paul Lessing
2022-06-28 19:32:54 +01:00
parent ac467b2936
commit c65a88fc9f
2 changed files with 53 additions and 42 deletions

View File

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