Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface CodeEditorControlProps extends Omit<ButtonProps, 'onClick'> {
/** Additional classes added to the code editor control. */
className?: string;
/** Icon rendered inside the code editor control. */
icon: React.ReactNode;
icon?: React.ReactNode;
/** Event handler for the click of the button */
onClick: (code: string, event?: any) => void;
/** Flag indicating that the button is visible above the code editor. */
Expand Down
Loading