From 78a22a92836b725bcf86f74b4eca4f59f89a66ad Mon Sep 17 00:00:00 2001 From: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:44:51 +0100 Subject: [PATCH] 2331: Applied coding standards --- src/components/slide/content/multiselect-from-endpoint.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/slide/content/multiselect-from-endpoint.jsx b/src/components/slide/content/multiselect-from-endpoint.jsx index 1f30dae8..c4fcef82 100644 --- a/src/components/slide/content/multiselect-from-endpoint.jsx +++ b/src/components/slide/content/multiselect-from-endpoint.jsx @@ -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({