File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/components/feed-sources/templates Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
88- [ #264 ] ( https://github.com/os2display/display-admin-client/pull/264 )
99 - Added checkbox options component for use in calendar modifiers.
10+ - Fixed multiselect when more than one feed source of the given type is installed.
1011- [ #268 ] ( https://github.com/os2display/display-admin-client/pull/268 )
1112 - Added feed source UI.
1213
Original file line number Diff line number Diff line change 11import { React , useEffect , useState } from "react" ;
22import PropTypes from "prop-types" ;
33import { useTranslation } from "react-i18next" ;
4- import { Alert } from "react-bootstrap" ;
54import MultiselectFromEndpoint from "../../slide/content/multiselect-from-endpoint" ;
5+ import { Alert } from "react-bootstrap" ;
66import ConfigLoader from "../../../config-loader" ;
77
88const CalendarApiFeedType = ( {
You can’t perform that action at this time.
0 commit comments