feat: remove unused methods and improve widget styling in various screens
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-08 15:28:54 +02:00
parent 5019bf6acf
commit 84dbe8490d
7 changed files with 7 additions and 22 deletions
@@ -231,7 +231,7 @@ class _AdminAliasesPanelState extends ConsumerState<AdminAliasesPanel> {
const SizedBox(width: 8),
Expanded(
child: DropdownButtonFormField<int>(
value: _selectedProductId,
initialValue: _selectedProductId,
decoration: const InputDecoration(
labelText: 'Produkt',
border: OutlineInputBorder(),