Skip to content

Commit

Permalink
refactor(editor): Fix type errors in NodeDetailsView.vue (no-change…
Browse files Browse the repository at this point in the history
…log) (#9431)
  • Loading branch information
RicardoE105 authored May 17, 2024
1 parent 3a54128 commit 18933ed
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 446 deletions.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/NDVDraggablePanels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default defineComponent({
type: Number,
},
nodeType: {
type: Object as PropType<INodeTypeDescription>,
type: Object as PropType<INodeTypeDescription | null>,
default: () => ({}),
},
},
Expand Down
Loading

0 comments on commit 18933ed

Please sign in to comment.