From 80413041a18a58bb9025ef9729cefb4ea5746a65 Mon Sep 17 00:00:00 2001 From: ssingh Date: Thu, 19 Oct 2023 17:05:38 -0700 Subject: [PATCH] update prop description --- easy-ui-react/src/SearchNav/Selector.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/easy-ui-react/src/SearchNav/Selector.tsx b/easy-ui-react/src/SearchNav/Selector.tsx index d156cb5e7..f3352dd24 100644 --- a/easy-ui-react/src/SearchNav/Selector.tsx +++ b/easy-ui-react/src/SearchNav/Selector.tsx @@ -10,9 +10,8 @@ import { SelectorTrigger } from "./SelectorTrigger"; export type SelectorProps = AriaSelectProps & BaseSelectProps & { /** - * Hidden label that applies to expanded and will - * become aria-label to apply to when - * collapses. + * aria-label that applies to expanded and + * to when collapses. */ "aria-label": string; };