fix: admin: new entries in ArrayField were not displayed

Massimo Melina committed Apr 27, 2022 at 15:48 UTC 36ac62c2b997fdb79a348da043fc64b16dfd9b2a
1 file changed -3
admin/src/ArrayField.ts
-3
@@ -71,9 +71,6 @@ export function ArrayField<T=any>({ label, helperText, fields, value, onChange,
71 rows,
72 hideFooterSelectedRowCount: true,
73 hideFooter: true,
74 - pageSize: rows.length,
75 - rowsPerPageOptions: [rows.length],
76 - autoPageSize: true,
74 componentsProps: {
75 pagination: {
76 showFirstButton: true,