mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor(editor): Fix typescript issues in components (no-changelog) (#9580)
This commit is contained in:
@@ -48,7 +48,7 @@ import { computed, nextTick, ref } from 'vue';
|
||||
|
||||
type Props = {
|
||||
modelValue: string;
|
||||
nodeType?: INodeTypeDescription;
|
||||
nodeType?: INodeTypeDescription | null;
|
||||
readOnly?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user