update
This commit is contained in:
parent
6c5742b596
commit
06b853b2ca
18 changed files with 147 additions and 149 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue