Skip to content

Commit

Permalink
add hideContextMenuKebab to NodeLabelProps to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Nov 12, 2024
1 parent 2f16de3 commit 3fcecf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/module/src/components/nodes/labels/NodeLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export type NodeLabelProps = {
badgeBorderColor?: string;
badgeClassName?: string;
badgeLocation?: BadgeLocation;
hideContextMenuKebab?: boolean;
} & Partial<WithContextMenuProps>;

/**
Expand Down

0 comments on commit 3fcecf2

Please sign in to comment.