mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3405] - Optimise attach file widget UI (#6271)
* Optimise attach file widget UI * Show filter button only when there are custom models
This commit is contained in:
@@ -49,7 +49,7 @@ export class ContentCloudNodeSelectorService {
|
||||
showDropdownSiteList: false,
|
||||
showLocalUploadButton: isAllFileSources
|
||||
};
|
||||
this.openContentNodeDialog(data, 'adf-content-node-selector-dialog', '630px');
|
||||
this.openContentNodeDialog(data, 'adf-content-node-selector-dialog', '66%');
|
||||
return select;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user