add suppliers and distributors
This commit is contained in:
parent
9cf3934f6f
commit
77fae74302
11 changed files with 426 additions and 33 deletions
|
|
@ -30,7 +30,7 @@ class _AddGenericsPageState extends State<AddGenericsPage> {
|
|||
final _formKey = GlobalKey<FormState>();
|
||||
|
||||
late bool _isLoading = false;
|
||||
late final List _categoryListCache = [];
|
||||
// late final List _categoryListCache = [];
|
||||
|
||||
late List _categoryList = [];
|
||||
late String _selectedCategory = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue