diff --git a/client/src/views/stream/panel.js b/client/src/views/stream/panel.js index 91c7aa6e4e..309ceba92f 100644 --- a/client/src/views/stream/panel.js +++ b/client/src/views/stream/panel.js @@ -748,7 +748,7 @@ class PanelStreamView extends RelationshipPanelView { * @return {import('views/stream/record/list').default} */ getListView() { - this.getView('list') + return this.getView('list') } actionRefresh() {