mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 03:05:32 +00:00
Refactor company list views:
- Suppliers - Manufacturers - Customers
This commit is contained in:
@ -481,7 +481,7 @@ class _PaginatedPartListState extends State<PaginatedPartList> {
|
||||
return _buildPart(context, item);
|
||||
},
|
||||
noItemsFoundIndicatorBuilder: (context) {
|
||||
return NoResultsWidget("No parts found");
|
||||
return NoResultsWidget(L10().partNoResults);
|
||||
},
|
||||
),
|
||||
separatorBuilder: (context, index) => const Divider(height: 1),
|
||||
|
Reference in New Issue
Block a user