mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Capture context data in the LocationDisplay widget
This commit is contained in:
parent
5ed13e69aa
commit
3fead77f6d
7 changed files with 42 additions and 56 deletions
|
|
@ -46,7 +46,7 @@ class _CompanyListState extends State<CompanyListWidget> {
|
|||
|
||||
void _requestData() {
|
||||
|
||||
InvenTreeCompany().list(filters: _filters).then((var companies) {
|
||||
InvenTreeCompany().list(context, filters: _filters).then((var companies) {
|
||||
|
||||
_companies.clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue