Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Dec 22, 2024
1 parent de86e00 commit 5f6ba85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/number/fixtures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ import comp8 from './comp8';
import comp9 from './comp9';
import comp10 from './comp10';
import comp11 from './comp11';
import scientificNotation from './scientificNotation';
export { comp1, comp2, comp3, comp4, comp5, comp6, comp7, comp8, comp9, comp10, comp11, scientificNotation };
2 changes: 1 addition & 1 deletion src/components/selectboxes/SelectBoxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default class SelectBoxesComponent extends RadioComponent {
return super.setCustomValidity(_.filter(messages, (message) => message.ruleName !=='invalidValueProperty'), dirty, external);
} else {
return super.setCustomValidity(messages, dirty, external);
};
}
}

validateValueAvailability(setting, value) {
Expand Down

0 comments on commit 5f6ba85

Please sign in to comment.