mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3918] Fix translation issue (#4169)
This commit is contained in:
@@ -352,8 +352,8 @@ export class ContentServicesPage {
|
||||
return this;
|
||||
}
|
||||
|
||||
doubleClickRow(folder) {
|
||||
this.contentList.doubleClickRow(folder);
|
||||
doubleClickRow(nodeName) {
|
||||
this.contentList.doubleClickRow(nodeName);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user