mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
remove fetchNodes from generic page component (#372)
This commit is contained in:
committed by
Denys Vuika
parent
71ac843c5f
commit
e94bf5340d
@@ -31,10 +31,6 @@ class TestClass extends PageComponent {
|
||||
constructor() {
|
||||
super(null);
|
||||
}
|
||||
|
||||
fetchNodes(parentNodeId?: string, options?: any) {
|
||||
// abstract
|
||||
}
|
||||
}
|
||||
|
||||
describe('PageComponent', () => {
|
||||
|
Reference in New Issue
Block a user