diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue index d8c26cd5dcd85..2f6b482b73d60 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue @@ -120,10 +120,6 @@ export default defineComponent({ this.$router.go(-1); } }, - 'workflowsStore.activeWorkflowExecution'() { - this.checkListSize(); - this.scrollToActiveCard(); - }, }, mounted() { // On larger screens, we need to load more then first page of executions