Corrected variables declaration
This commit is contained in:
parent
cf813e22c1
commit
69b28b1e59
11 changed files with 44 additions and 41 deletions
|
|
@ -25,7 +25,7 @@ class _AddSupplierPageState extends State<AddSupplierPage> {
|
|||
final _nameController = TextEditingController();
|
||||
final _refSuppliers = RefSuppliers();
|
||||
|
||||
late bool _isLoading = false;
|
||||
bool _isLoading = false;
|
||||
|
||||
Future<void> _getSupplierListCache() async {
|
||||
final supplierList = await _refSuppliers.getList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue