Skip to content

Commit 4cd657d

Browse files
committed
fix: frontend build
1 parent ba74aca commit 4cd657d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/core/observations/ObservationReviewList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const ObservationsReviewList = ({ product }: ObservationsReviewListProps) => {
210210
<FilterForm filters={listFilters(product)} />
211211
<WithListContext
212212
render={({ data }) => (
213-
<Datagrid
213+
<DatagridConfigurable
214214
size={getSettingListSize()}
215215
sx={{ width: "100%" }}
216216
rowClick={ShowObservations}
@@ -298,7 +298,7 @@ const ObservationsReviewList = ({ product }: ObservationsReviewListProps) => {
298298
{product?.has_potential_duplicates && (
299299
<BooleanField source="has_potential_duplicates" label="Dupl." />
300300
)}
301-
</Datagrid>
301+
</DatagridConfigurable>
302302
)}
303303
/>
304304
<CustomPagination />

0 commit comments

Comments
 (0)