Skip to content

Commit

Permalink
#1965 The tip config checkboxes in the test harness don't work on v13 (
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlyn authored May 17, 2024
1 parent 8fbf98d commit 6396271
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ export default class SidePanelForms extends React.Component {
this.props.setStateValue("selectedExampleApp", value);
}

tipConfigChange(checked, target) {
tipConfigChange(event, { checked, id }) {
const tipConf = Object.assign({}, this.props.getStateValue("selectedTipConfig"));
switch (target) {
switch (id) {
case "tip_palette_categories":
set(tipConf, "palette.categories", checked);
break;
Expand Down

0 comments on commit 6396271

Please sign in to comment.