Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pls78 committed Jan 15, 2025
1 parent e625956 commit 8028b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/image-select/ImageSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PropTypes from "prop-types";
import FieldGroup from "../field-group/FieldGroup";
import Alert from "../Alert";

/* eslint-disable complexity */
/**
* Renders ImageSelect component.
*
Expand Down Expand Up @@ -89,6 +90,8 @@ function ImageSelect( props ) {
);
}

/* eslint-enable complexity */

export default ImageSelect;

ImageSelect.propTypes = {
Expand Down

0 comments on commit 8028b3c

Please sign in to comment.