mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
@@ -53,7 +53,7 @@ export class Breadcrumb extends Component {
|
||||
}
|
||||
|
||||
async getAllItems() {
|
||||
return this.items.map(async (elem: ElementFinder) => {
|
||||
return this.items.map(async elem => {
|
||||
const str = await elem.getText();
|
||||
return str.split('\nchevron_right')[0];
|
||||
});
|
||||
|
Reference in New Issue
Block a user