From 1bb2972959203e33b0bd33eac120bc6475507016 Mon Sep 17 00:00:00 2001 From: vasivuk <59112291+vasivuk@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:12:08 +0100 Subject: [PATCH] Fixed incorrect documentation (#7485) --- components/lib/dropdown/dropdown.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/dropdown/dropdown.d.ts b/components/lib/dropdown/dropdown.d.ts index 5b84f2fb5f..5d05c447b4 100644 --- a/components/lib/dropdown/dropdown.d.ts +++ b/components/lib/dropdown/dropdown.d.ts @@ -302,12 +302,12 @@ export interface DropdownProps extends Omit React.ReactNode) | undefined; /** * Text to display when there are no options available. - * @defaultValue No results found + * @defaultValue No available options */ emptyMessage?: React.ReactNode | ((props: DropdownProps) => React.ReactNode) | undefined; /**