mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3609 ] fallback for metadata and undefined value check (#3838)
* [ADF-3609 ] fallback for metadata and undefined value check * fix lint issues * make name new property optional
This commit is contained in:
committed by
Eugenio Romano
parent
2baf20b370
commit
53d96679ea
@@ -19,5 +19,6 @@ import { Property } from './property.interface';
|
||||
|
||||
export interface OrganisedPropertyGroup {
|
||||
title: string;
|
||||
name?: string;
|
||||
properties: Property[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user