This commit is contained in:
Patrick Alvin Alcala 2025-02-26 13:45:41 +08:00
parent 6c5742b596
commit 06b853b2ca
18 changed files with 147 additions and 149 deletions

View file

@ -165,10 +165,12 @@ class _AddGenericsPageState extends State<AddGenericsPage> {
Column(
children: [
DropDownWidget(
label: 'Category',
list: _categoryList,
listTitle: 'category_name',
onChanged: _updateCategory),
label: 'Category',
list: _categoryList,
listTitle: 'category_name',
onChanged: _updateCategory,
value: _selectedCategory,
),
const Gap(32),
if (_isLoading)
Center(child: CircularProgressIndicator(color: Colors.white))