Skip to content

Commit

Permalink
🐛 fix: Price list page is incomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartialBE committed Apr 18, 2024
1 parent 0c5ad81 commit 1ff8216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/views/Pricing/single.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,12 @@ const Single = ({ ownedby, prices, reloadData }) => {
}}
>
<DataGrid
autoHeight
autosizeOnMount
rows={rows}
columns={modelRatioColumns}
editMode="row"
hideFooter
initialState={{ pagination: { paginationModel: { pageSize: 20 } } }}
pageSizeOptions={[20, 30, 50, 100]}
disableRowSelectionOnClick
rowModesModel={rowModesModel}
onRowModesModelChange={handleRowModesModelChange}
Expand Down

0 comments on commit 1ff8216

Please sign in to comment.