Skip to content

Commit

Permalink
#9533 Problem placing widgets in map viewer (#9534)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Oct 2, 2023
1 parent eeb0a10 commit 8a8e190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/client/components/widgets/view/WidgetsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default pure(({
widgets = [],
layouts,
dependencies,
verticalCompact = false,
compactMode,
useDefaultWidthProvider = true,
measureBeforeMount,
Expand Down Expand Up @@ -71,6 +72,10 @@ export default pure(({
className={`widget-container ${className} ${canEdit ? '' : 'no-drag'}`}
rowHeight={rowHeight}
autoSize
// TODO: this prop triggers a deprecation warning
// we should remove it keeping the current behavior
// a user should be able to move cards everywhere without force cards on first row
verticalCompact={verticalCompact}
compactMode={compactMode}
breakpoints={breakpoints}
cols={cols}
Expand Down

0 comments on commit 8a8e190

Please sign in to comment.