File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import FormInput from "../util/forms/form-input";
1313import CalendarApiFeedType from "./templates/calendar-api-feed-type" ;
1414import NotifiedFeedType from "./templates/notified-feed-type" ;
1515import EventDatabaseApiFeedType from "./templates/event-database-feed-type" ;
16- import ColiboFeedType from "./templates/colibo-feed-type.jsx " ;
16+ import ColiboFeedType from "./templates/colibo-feed-type" ;
1717
1818/**
1919 * The feed-source form component.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useTranslation } from "react-i18next";
44import { Alert } from "react-bootstrap" ;
55import MultiselectFromEndpoint from "../../slide/content/multiselect-from-endpoint" ;
66import ConfigLoader from "../../../config-loader" ;
7- import FormInput from "../../util/forms/form-input.jsx " ;
7+ import FormInput from "../../util/forms/form-input" ;
88
99const ColiboFeedType = ( {
1010 feedSourceId,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import { displayError } from "../../util/list/toast-component/display-toast";
1616 * @param {string } props.optionsEndpoint - Endpoint from which to fetch the options.
1717 * @param {boolean } props.singleSelect - Allow only to select one option.
1818 * @param {boolean } props.disableSearch - Disable search. Defaults to true.
19+ * @param {string | null } props.helpText - Help text.
1920 * @returns {object } - The FeedSelector component.
2021 */
2122function MultiselectFromEndpoint ( {
You can’t perform that action at this time.
0 commit comments