mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Refactor company list views:
- Suppliers - Manufacturers - Customers
This commit is contained in:
parent
e5f09acf3f
commit
293750dce7
6 changed files with 191 additions and 112 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue