This commit is contained in:
Patrick Alvin Alcala 2025-02-28 12:36:26 +08:00
parent 2931621069
commit 27f00e43a7
15 changed files with 252 additions and 104 deletions

View file

@ -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),