Fix datatable error

This commit is contained in:
Hillel Coren 2023-06-01 22:53:17 +03:00
parent 07c075c14f
commit bc430f2d8b
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ class AppPaginatedDataTableState extends State<AppPaginatedDataTable> {
}
}
if (row != null) {
row ??= _getBlankRowFor(index);
result.add(row);
}
}