mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
self review
This commit is contained in:
parent
005aac7df1
commit
6d21cae39a
|
@ -554,7 +554,7 @@ export function useWorkflowHelpers(options: { router: ReturnType<typeof useRoute
|
|||
'notes',
|
||||
'parameters',
|
||||
'status',
|
||||
] as const;
|
||||
];
|
||||
|
||||
// @Cleanup: Unify the following lines in a type-safe way, probably with Object.assign() and a filter
|
||||
// Cast to INodeUi as we're about to provide all required keys
|
||||
|
|
|
@ -366,7 +366,7 @@ export const useWorkflowsStore = defineStore(STORES.WORKFLOWS, () => {
|
|||
undefined,
|
||||
};
|
||||
},
|
||||
};
|
||||
} as unknown as INodeTypes;
|
||||
|
||||
return nodeTypes;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue