mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
set policy data to null
This commit is contained in:
@@ -63,7 +63,7 @@ export class PolicyEditComponent implements OnInit {
|
||||
const request = new PolicyRequest();
|
||||
request.enabled = this.enabled;
|
||||
request.type = this.type;
|
||||
request.data = '';
|
||||
request.data = null;
|
||||
try {
|
||||
this.formPromise = this.apiService.putPolicy(this.organizationId, this.type, request);
|
||||
await this.formPromise;
|
||||
|
||||
Reference in New Issue
Block a user