refactor(editor): Fix type errors in NodeDetailsView.vue (no-changelog) (#9431)
This commit is contained in:
@@ -404,7 +404,7 @@ export default defineComponent({
|
||||
type: String,
|
||||
},
|
||||
nodeType: {
|
||||
type: Object as PropType<INodeTypeDescription>,
|
||||
type: Object as PropType<INodeTypeDescription | null>,
|
||||
},
|
||||
readOnly: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user