Skip to content

Commit

Permalink
fix: fixing list widget Error
Browse files Browse the repository at this point in the history
  • Loading branch information
saharAdem committed Nov 26, 2024
1 parent 1ea45e8 commit a7bfac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/widgets/ListWidgetV2/widget/defaultProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default {
minWidth: FILL_WIDGET_MIN_WIDTH,
responsiveBehavior: ResponsiveBehavior.Fill,
flexVerticalAlignment: FlexVerticalAlignment.Top,
isMetaWidget: true,
dynamicBindingPathList: [
{
key: "currentItemsView",
Expand Down

0 comments on commit a7bfac5

Please sign in to comment.