Skip to content

Commit dbb8ad4

Browse files
authored
Merge pull request #262 from MultiDirectoryLab/bug/MD-1125
MD-1125
2 parents 14b20a5 + 404e505 commit dbb8ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/multidirectory-app/src/app/components/modals/components/dialogs/entity-properties-dialog/entity-properties-dialog.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class EntityPropertiesDialogComponent implements OnInit {
8888
this.dialogComponent.showSpinner();
8989
const updateRequest = this.attributeService.createAttributeUpdateRequest(this.accessor);
9090

91-
if (updateRequest.changes.length === 0 || !this.userProps?.generalPropertiesValid) {
91+
if (updateRequest.changes.length === 0 || (this.userProps && !this.userProps.generalPropertiesValid)) {
9292
this.dialogComponent.hideSpinner();
9393
this.close();
9494

0 commit comments

Comments
 (0)