mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Workflow history [WIP]- Create workflow history item preview component (no-changelog) (#7378)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
@@ -189,6 +189,11 @@ export default defineComponent({
|
||||
this.loadExecution();
|
||||
}
|
||||
},
|
||||
workflow() {
|
||||
if (this.mode === 'workflow' && this.workflow) {
|
||||
this.loadWorkflow();
|
||||
}
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
window.addEventListener('message', this.receiveMessage);
|
||||
|
||||
Reference in New Issue
Block a user