enable search on object switches field

This commit is contained in:
Josh Hawkins 2026-05-04 08:34:56 -05:00
parent 7856bf3ce2
commit 51224dfbcf

View File

@ -99,6 +99,7 @@ export function ObjectLabelSwitchesWidget(props: WidgetProps) {
i18nKey: "objectLabels", i18nKey: "objectLabels",
listClassName: listClassName:
"relative max-h-none overflow-visible md:max-h-64 md:overflow-y-auto md:overscroll-contain md:scrollbar-container", "relative max-h-none overflow-visible md:max-h-64 md:overflow-y-auto md:overscroll-contain md:scrollbar-container",
enableSearch: true,
}} }}
/> />
); );