Skip to content

Commit

Permalink
2331: Applied coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Nov 28, 2024
1 parent aa1cf1b commit 78a22a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/slide/content/multiselect-from-endpoint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { displayError } from "../../util/list/toast-component/display-toast";
* @param {Function} props.onChange - On change callback.
* @param {string} props.optionsEndpoint - Endpoint from which to fetch the options.
* @param {boolean} props.singleSelect - Allow only to select one option.
* @param {boolean} props.disableSearch - Disable search. Defaults to true.
* @returns {object} - The FeedSelector component.
*/
function MultiselectFromEndpoint({
Expand Down

0 comments on commit 78a22a9

Please sign in to comment.