feat(downloads): add option to limit amount of items (#3205)
This commit is contained in:
@@ -82,6 +82,11 @@ export const { definition, componentLoader } = createWidgetDefinition("downloads
|
||||
applyFilterToRatio: factory.switch({
|
||||
defaultValue: true,
|
||||
}),
|
||||
limitPerIntegration: factory.number({
|
||||
defaultValue: 50,
|
||||
validate: z.number().min(1),
|
||||
withDescription: true,
|
||||
}),
|
||||
}),
|
||||
{
|
||||
defaultSort: {
|
||||
|
||||
Reference in New Issue
Block a user