mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-30 09:11:34 +00:00
Download attachments and open
- Uses package "open_file"
This commit is contained in:
@@ -510,8 +510,6 @@ class _PaginatedPartListState extends State<PaginatedPartList> {
|
||||
|
||||
void updateSearchTerm() {
|
||||
|
||||
print("Search Term: '${_searchTerm}'");
|
||||
|
||||
_searchTerm = searchController.text;
|
||||
_pagingController.refresh();
|
||||
}
|
||||
|
Reference in New Issue
Block a user