Skip to content

Commit bb5a05e

Browse files
committed
2321: Fixed merge
2 parents 15b585d + 09b4a06 commit bb5a05e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/components/feed-sources/templates/calendar-api-feed-type.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { React, useEffect, useState } from "react";
22
import PropTypes from "prop-types";
33
import { useTranslation } from "react-i18next";
4-
import { Alert } from "react-bootstrap";
54
import MultiselectFromEndpoint from "../../slide/content/multiselect-from-endpoint";
5+
import { Alert } from "react-bootstrap";
66
import ConfigLoader from "../../../config-loader";
77

88
const CalendarApiFeedType = ({

0 commit comments

Comments
 (0)