Skip to content

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi2704 committed Nov 12, 2024
1 parent c3ba367 commit 8dd6db6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ interface WfoInlineNoteEditProps {
value: Subscription['note'];
subscriptionId?: Subscription['subscriptionId'];
onlyShowOnHover?: boolean;
onNoteUpdate?: (note: string) => void;
}

export const WfoInlineNoteEdit: FC<WfoInlineNoteEditProps> = ({
Expand Down

0 comments on commit 8dd6db6

Please sign in to comment.