[ADF-4099] The metadata group is always showed even though the properties are not there (#4328)

* [ADF-4099] The metadata group is always showed even though the properties are not there

* [ADF-4099] * unit test fixed
This commit is contained in:
dhrn
2019-02-19 16:00:16 +00:00
committed by Eugenio Romano
parent 3739424953
commit 2cbc5914b0
3 changed files with 220 additions and 1 deletions
@@ -53,7 +53,7 @@ describe('ShareDialogComponent', () => {
NodesApiService,
SharedLinksApiService,
{ provide: NotificationService, useValue: notificationServiceMock },
{ provide: MatDialogRef, useValue: {} },
{ provide: MatDialogRef, useValue: { close: () => {}} },
{ provide: MAT_DIALOG_DATA, useValue: {} }
]
});