Fix: Changing security settings should not implicitly save allowedDomains
This commit is contained in:
@@ -236,6 +236,7 @@ export default class AuthStore {
|
||||
collaborativeEditing?: boolean;
|
||||
defaultCollectionId?: string | null;
|
||||
subdomain?: string | null | undefined;
|
||||
allowedDomains?: string[] | null | undefined;
|
||||
}) => {
|
||||
this.isSaving = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user