update
This commit is contained in:
parent
2931621069
commit
27f00e43a7
15 changed files with 252 additions and 104 deletions
|
|
@ -143,7 +143,7 @@ class _DeleteStockPageState extends State<DeleteStockPage> {
|
|||
list: _stockList,
|
||||
listTitle: 'medicine_name',
|
||||
onChanged: _updateStock,
|
||||
value: _selectedStock,
|
||||
// value: _selectedStock,
|
||||
),
|
||||
const Gap(16),
|
||||
InputWidget(label: 'Quantity', controller: _quantityController, onChanged: _setQuantity),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue