mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 02:35:27 +00:00
Capture context data in the LocationDisplay widget
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user