diff --git a/app/client/src/widgets/FilePickerWidgetV2/widget/index.tsx b/app/client/src/widgets/FilePickerWidgetV2/widget/index.tsx index 8878045672..ae83aed2f7 100644 --- a/app/client/src/widgets/FilePickerWidgetV2/widget/index.tsx +++ b/app/client/src/widgets/FilePickerWidgetV2/widget/index.tsx @@ -302,7 +302,7 @@ class FilePickerWidget extends BaseWidget< type: ValidationTypes.NUMBER, params: { min: 1, - max: 100, + max: 200, default: 5, passThroughOnZero: false, },