feat: app dropdown add infinity scroll (#2696)

This commit is contained in:
Manuel
2025-03-27 20:27:39 +00:00
committed by GitHub
parent 43b8cfa4dd
commit 8bf893b392

View File

@@ -34,7 +34,6 @@ export const WidgetAppInput = ({ property, kind }: CommonWidgetInputProps<"app">
<Select
label={tInput("label")}
searchable
limit={10}
leftSection={<MemoizedLeftSection isPending={isPending} currentApp={currentApp} />}
nothingFoundMessage={t("widget.common.app.noData")}
renderOption={renderSelectOption}