Skip to content

Commit

Permalink
rename clickHandler to onClick
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Dec 6, 2024
1 parent bbd1d40 commit 64c49f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/ModelPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const ModelPanel: React.FC<ModelPanelProps> = ({
titleText={"Restore color defaults"}
buttonType={ButtonClass.Action}
isDisabled={defaultUiSettingsApplied}
clickHandler={clearUserSelectedColors}
onClick={clearUserSelectedColors}
onMouseEnter={() =>
handlePreviewDefaultColors(ColorSetting.Default)
}
Expand Down

0 comments on commit 64c49f9

Please sign in to comment.