@@ -6,10 +6,10 @@ import AsyncSelect from "react-select/async";
66import Col from "react-bootstrap/Col" ;
77import dayjs from "dayjs" ;
88import localeDa from "dayjs/locale/da" ;
9- import Select from "../../util/forms/select" ;
10- import FormInput from "../../util/forms/form-input" ;
11- import FormCheckbox from "../../util/forms/form-checkbox" ;
12- import localStorageKeys from "../../util/local-storage-keys" ;
9+ import Select from "../../../ util/forms/select" ;
10+ import FormInput from "../../../ util/forms/form-input" ;
11+ import FormCheckbox from "../../../ util/forms/form-checkbox" ;
12+ import localStorageKeys from "../../../ util/local-storage-keys" ;
1313
1414/**
1515 * @param {object } props Props.
@@ -19,7 +19,7 @@ import localStorageKeys from "../../util/local-storage-keys";
1919 * @param {Function } props.configurationChange Configuration onChange.
2020 * @returns {object } PosterSelector component.
2121 */
22- function PosterSelector ( {
22+ function PosterSelectorV1 ( {
2323 feedSource,
2424 getValueFromConfiguration,
2525 configurationChange,
@@ -650,7 +650,7 @@ function PosterSelector({
650650 < th scope = "col" >
651651 { t ( "poster-selector.table-price" ) }
652652 </ th >
653- < th scope = "col" > </ th >
653+ < th scope = "col" / >
654654 </ tr >
655655 </ thead >
656656 < tbody >
@@ -890,7 +890,7 @@ function PosterSelector({
890890 /* eslint-enable jsx-a11y/control-has-associated-label */
891891}
892892
893- PosterSelector . propTypes = {
893+ PosterSelectorV1 . propTypes = {
894894 getValueFromConfiguration : PropTypes . func . isRequired ,
895895 configurationChange : PropTypes . func . isRequired ,
896896 feedSource : PropTypes . shape ( {
@@ -903,4 +903,4 @@ PosterSelector.propTypes = {
903903 } ) . isRequired ,
904904} ;
905905
906- export default PosterSelector ;
906+ export default PosterSelectorV1 ;
0 commit comments